RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-receive_token_information_response_header)

Description

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.

Members

TokenDescriptorsLength

The length, in bytes, of the TokenDescriptor member.

TokenDescriptor

The data containing a token created as the offload read ROD.

Remarks

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.

See also

POPULATE_TOKEN_HEADER

RECEIVE_TOKEN_INFORMATION_HEADER


Windows Driver Kit DDI reference (ns-scsi-receive_token_information_response_header)

Description

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.

Members

TokenDescriptorsLength

The length, in bytes, of the TokenDescriptor member.

TokenDescriptor

The data containing a token created as the offload read ROD.

Remarks

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.

See also

POPULATE_TOKEN_HEADER

RECEIVE_TOKEN_INFORMATION_HEADER


Windows Driver Kit DDI reference (ns-storport-receive_token_information_response_header)

Description

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.

Members

TokenDescriptorsLength

The length, in bytes, of the TokenDescriptor member.

TokenDescriptor

The data containing a token created as the offload read ROD.

Remarks

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.

See also

POPULATE_TOKEN_HEADER

RECEIVE_TOKEN_INFORMATION_HEADER