DSTORAGE_REQUEST_OPTIONS
Options for a DirectStorage read request.Syntax
Members
ZlibDecompressType: UINT64 : 1 Boolean value indicating whether to perform RFC 1950 decompression. BcpackMode
Type: DSTORAGE_BCPACK_MODE : 4
DSTORAGE_BCPACK_MODE value indicating the type of BCPack decompression to perform.
SwizzleModeType: DSTORAGE_SWIZZLE_MODE : 16
DSTORAGE_SWIZZLE_MODE value indicating the type of swizzle operation to perform.
DestinationIsPhysicalPagesType: UINT64 : 1 Boolean value indicating that destination memory is an array of physical pages allocated through XMemAllocatePhysicalPages (NDA topic). SourceType
Type: DSTORAGE_REQUEST_SOURCE_TYPE
DSTORAGE_REQUEST_SOURCE_TYPE value indicating whether the source of the request is a file or a block of memory.
SourceIsPhysicalPagesType: UINT64 When SourceType is
DSTORAGE_REQUEST_SOURCE_MEMORY, this Boolean value indicates that source memory is an array of physical pages allocated through XMemAllocatePhysicalPages (NDA topic).
ReservedType: UINT64 : 40 Reserved. Must be zero. AsUINT64
Type: UINT64 UINT64 representation of the structure.
