Contents

writeBytes

Writes to the data buffer with data from a source buffer provided by the caller.

Declaration

virtual bool writeBytes(
 const void *srcBuffer, 
 UInt32 srcBufferSize, 
 UInt32 writeOffset = 0);

Parameters

  • srcBuffer:

    Pointer to a source buffer provided by the caller.

  • srcBufferSize:

    The size of the source buffer.

  • writeOffset:

    A byte offset from the start of the data buffer to begin writting.

Return Value

Returns true if the operation was successful, false otherwise.

See Also

Miscellaneous