Struct DSTORAGE_SOURCE_FILE

Struct Documentation

struct DSTORAGE_SOURCE_FILE

Describes a source for a request with SourceType DSTORAGE_REQUEST_SOURCE_FILE.

Public Members

IDStorageFile *Source

The file to perform this read request from.

UINT64 Offset

The offset, in bytes, in the file to start the read request at.

UINT32 Size

Number of bytes to read from the file.