CHtmlStream::Memcpy

virtual BYTE* Memcpy( BYTE* lpMemTarget**, const BYTE*** lpMemSource**, UINT** nBytes );

Return Value

A copy of lpMemTarget.

Parameters

lpMemTarget

Pointer to the memory block into which the source memory will be copied.

lpMemSource

Pointer to the source memory block.

nBytes

Number of bytes to be copied.

Remarks

Called by the framework to transfer data to and from the stream. Override this function if you want to change the way that CHtmlStream does these memory copies.

CHtmlStream OverviewClass MembersHierarchy Chart