Home -> IDataArrayOutput -> ReadBufferData

Description

The ReadBufferData method attempts to read the requested portion of the captured output buffer and write it to the target buffer.

Usage

SuccessToken ReadBufferData(void* targetBuffer, size_t targetBufferSizeInBytes) const;

Argument list

targetBuffer [void*]
The destination memory to receive the captured data.
targetBufferSizeInBytes [size_t]
The size, in bytes, of the destination memory.

Return value

[SuccessToken]
True if the operation succeeded, false otherwise. An assertion will be raised in debug builds if the result is not tested.

See also