var Buffer: TMemoryStream
The code:
Move((PByte(Buffer.Memory)+Buffer.Position)^, Buffer.Memory^, Buffer.Size - Buffer.Position);
Unfortunately this is not possible: Operator is not applicable to this type of operand.
So how can I get the starting point of a MemoryBuffer?