DSTORAGE_SOURCE_MEMORY structure (dstorage.h)
Describes a source for a request with SourceType DSTORAGE_REQUEST_SOURCE_MEMORY.
Syntax
struct DSTORAGE_SOURCE_MEMORY {
void const *Source;
UINT32 Size;
};
Members
Source
Address of the source buffer to be read from.
Size
Number of bytes to read from the source buffer.
Requirements
Header | dstorage.h |