BLOCK_DEVICE_TOKEN_DESCRIPTOR struttura (storport.h)

BLOCK_DEVICE_TOKEN_DESCRIPTOR contiene il token restituito dal comando POPOLAMENTO TOKEN per un'operazione di lettura di offload. Le informazioni sul token vengono incluse come parte della struttura RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER .

Sintassi

typedef struct {
  UCHAR TokenIdentifier[2];
  UCHAR Token[BLOCK_DEVICE_TOKEN_SIZE];
} BLOCK_DEVICE_TOKEN_DESCRIPTOR, *PBLOCK_DEVICE_TOKEN_DESCRIPTOR;

Members

TokenIdentifier[2]

Valore identificatore assegnato dal provider di copia per fornire l'univocità al token mentre il valore di Token è valido. Questo membro è riservato per l'uso del sistema e non deve essere modificato.

Token[BLOCK_DEVICE_TOKEN_SIZE]

Valore dei dati che definisce un token come rappresentazione temporizzato dei dati (ROD) per un'operazione di lettura di offload. Il token è un valore opaco e deve essere usato non modificato nelle operazioni di offload dei dati di scrittura.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Intestazione storport.h (include Scsi.h, Minitape.h, Storport.h)

Vedi anche

RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER