// minitape.h
typedef struct {
UCHAR TokenDescriptorsLength[4];
UCHAR TokenDescriptor[ANYSIZE_ARRAY];
} RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER, *PRECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER;
View the official Windows Driver Kit DDI reference// scsi.h
typedef struct {
UCHAR TokenDescriptorsLength[4];
UCHAR TokenDescriptor[ANYSIZE_ARRAY];
} RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER, *PRECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER;
View the official Windows Driver Kit DDI reference// storport.h
typedef struct {
UCHAR TokenDescriptorsLength[4];
UCHAR TokenDescriptor[ANYSIZE_ARRAY];
} RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER, *PRECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
A token, created as a representation of data (ROD), for an offload read data operation is returned in a RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure.
TokenDescriptorsLengthThe length, in bytes, of the TokenDescriptor member.
TokenDescriptorThe data containing a token created as the offload read ROD.
The RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure is included with a RECEIVE_TOKEN_INFORMATION_HEADERstructure as a response to a POPULATE TOKEN command. The RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure follows the SenseData member of RECEIVE_TOKEN_INFORMATION_HEADER.
All multibyte values are in big endian format. Prior to evaluation, these values must be converted to match the endian format of the current platform.
RECEIVE_TOKEN_INFORMATION_HEADER
A token, created as a representation of data (ROD), for an offload read data operation is returned in a RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure.
TokenDescriptorsLengthThe length, in bytes, of the TokenDescriptor member.
TokenDescriptorThe data containing a token created as the offload read ROD.
The RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure is included with a RECEIVE_TOKEN_INFORMATION_HEADERstructure as a response to a POPULATE TOKEN command. The RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure follows the SenseData member of RECEIVE_TOKEN_INFORMATION_HEADER.
All multibyte values are in big endian format. Prior to evaluation, these values must be converted to match the endian format of the current platform.
RECEIVE_TOKEN_INFORMATION_HEADER
A token, created as a representation of data (ROD), for an offload read data operation is returned in a RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure.
TokenDescriptorsLengthThe length, in bytes, of the TokenDescriptor member.
TokenDescriptorThe data containing a token created as the offload read ROD.
The RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure is included with a RECEIVE_TOKEN_INFORMATION_HEADERstructure as a response to a POPULATE TOKEN command. The RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure follows the SenseData member of RECEIVE_TOKEN_INFORMATION_HEADER.
All multibyte values are in big endian format. Prior to evaluation, these values must be converted to match the endian format of the current platform.
RECEIVE_TOKEN_INFORMATION_HEADER