// minitape.h
typedef struct {
UCHAR TokenIdentifier[2];
UCHAR Token[BLOCK_DEVICE_TOKEN_SIZE];
} BLOCK_DEVICE_TOKEN_DESCRIPTOR, *PBLOCK_DEVICE_TOKEN_DESCRIPTOR;
View the official Windows Driver Kit DDI reference// scsi.h
typedef struct {
UCHAR TokenIdentifier[2];
UCHAR Token[BLOCK_DEVICE_TOKEN_SIZE];
} BLOCK_DEVICE_TOKEN_DESCRIPTOR, *PBLOCK_DEVICE_TOKEN_DESCRIPTOR;
View the official Windows Driver Kit DDI reference// storport.h
typedef struct {
UCHAR TokenIdentifier[2];
UCHAR Token[BLOCK_DEVICE_TOKEN_SIZE];
} BLOCK_DEVICE_TOKEN_DESCRIPTOR, *PBLOCK_DEVICE_TOKEN_DESCRIPTOR;
View the official Windows Driver Kit DDI referenceNo description available.
BLOCK_DEVICE_TOKEN_DESCRIPTOR contains the token returned from the POPULATE TOKEN command for an offload read data operation. The token information is included as part of the RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure.
TokenIdentifierAn identifier value assigned by the copy provider to provide uniqueness to Token while the value of Token is valid. This member is reserved for system use and must not be modified.
TokenA data value defining a token as a point-in-time representation of data (ROD) for an offload read data operation. Token is an opaque value and must be used unmodified in offload write data operations.
RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER
BLOCK_DEVICE_TOKEN_DESCRIPTOR contains the token returned from the POPULATE TOKEN command for an offload read data operation. The token information is included as part of the RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure.
TokenIdentifierAn identifier value assigned by the copy provider to provide uniqueness to Token while the value of Token is valid. This member is reserved for system use and must not be modified.
TokenA data value defining a token as a point-in-time representation of data (ROD) for an offload read data operation. Token is an opaque value and must be used unmodified in offload write data operations.
RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER
BLOCK_DEVICE_TOKEN_DESCRIPTOR contains the token returned from a the POPULATE TOKEN command for an offload read data operation. The token information is included as part of the RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure.
TokenIdentifierAn identifier value assigned by the copy provider to provide uniqueness to Token while the value of Token is valid. This member is reserved for system use and must not be modified.
TokenA data value defining a token as a point-in-time representation of data (ROD) for an offload read data operation. Token is an opaque value and must be used unmodified in offload write data operations.
RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER