|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntddstor.h>

Public Attributes | |
| UCHAR | TokenType [4] |
| UCHAR | Reserved [2] |
| UCHAR | TokenIdLength [2] |
| union { | |
| struct { | |
| UCHAR Reserved2 [STORAGE_OFFLOAD_TOKEN_ID_LENGTH] | |
| } StorageOffloadZeroDataToken | |
| UCHAR Token [STORAGE_OFFLOAD_TOKEN_ID_LENGTH] | |
| } | DUMMYUNIONNAME |
Definition at line 990 of file ntddstor.h.
| union { ... } _STORAGE_OFFLOAD_TOKEN::DUMMYUNIONNAME |
| UCHAR _STORAGE_OFFLOAD_TOKEN::Reserved[2] |
Definition at line 992 of file ntddstor.h.
| UCHAR _STORAGE_OFFLOAD_TOKEN::Reserved2[STORAGE_OFFLOAD_TOKEN_ID_LENGTH] |
Definition at line 996 of file ntddstor.h.
| struct { ... } _STORAGE_OFFLOAD_TOKEN::StorageOffloadZeroDataToken |
| UCHAR _STORAGE_OFFLOAD_TOKEN::Token[STORAGE_OFFLOAD_TOKEN_ID_LENGTH] |
Definition at line 998 of file ntddstor.h.
| UCHAR _STORAGE_OFFLOAD_TOKEN::TokenIdLength[2] |
Definition at line 993 of file ntddstor.h.
| UCHAR _STORAGE_OFFLOAD_TOKEN::TokenType[4] |
Definition at line 991 of file ntddstor.h.