ReactOS 0.4.15-dev-7918-g2a2556c
_STORAGE_OFFLOAD_TOKEN Struct Reference

#include <ntddstor.h>

Collaboration diagram for _STORAGE_OFFLOAD_TOKEN:

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
 

Detailed Description

Definition at line 990 of file ntddstor.h.

Member Data Documentation

◆ 

union { ... } _STORAGE_OFFLOAD_TOKEN::DUMMYUNIONNAME

◆ Reserved

UCHAR _STORAGE_OFFLOAD_TOKEN::Reserved[2]

Definition at line 992 of file ntddstor.h.

◆ Reserved2

UCHAR _STORAGE_OFFLOAD_TOKEN::Reserved2[STORAGE_OFFLOAD_TOKEN_ID_LENGTH]

Definition at line 996 of file ntddstor.h.

◆ 

struct { ... } _STORAGE_OFFLOAD_TOKEN::StorageOffloadZeroDataToken

◆ Token

UCHAR _STORAGE_OFFLOAD_TOKEN::Token[STORAGE_OFFLOAD_TOKEN_ID_LENGTH]

Definition at line 998 of file ntddstor.h.

◆ TokenIdLength

UCHAR _STORAGE_OFFLOAD_TOKEN::TokenIdLength[2]

Definition at line 993 of file ntddstor.h.

◆ TokenType

UCHAR _STORAGE_OFFLOAD_TOKEN::TokenType[4]

Definition at line 991 of file ntddstor.h.


The documentation for this struct was generated from the following file: