ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <ntddstor.h>
Public Attributes | |
STORAGE_IDENTIFIER_CODE_SET | CodeSet |
STORAGE_IDENTIFIER_TYPE | Type |
USHORT | IdentifierSize |
USHORT | NextOffset |
STORAGE_ASSOCIATION_TYPE | Association |
UCHAR | Identifier [1] |
Definition at line 728 of file ntddstor.h.
STORAGE_ASSOCIATION_TYPE _STORAGE_IDENTIFIER::Association |
Definition at line 733 of file ntddstor.h.
Referenced by CompareStorageDuids().
STORAGE_IDENTIFIER_CODE_SET _STORAGE_IDENTIFIER::CodeSet |
Definition at line 729 of file ntddstor.h.
Referenced by CompareStorageDuids().
UCHAR _STORAGE_IDENTIFIER::Identifier[1] |
Definition at line 734 of file ntddstor.h.
Referenced by CompareStorageDuids().
USHORT _STORAGE_IDENTIFIER::IdentifierSize |
Definition at line 731 of file ntddstor.h.
Referenced by CompareStorageDuids().
USHORT _STORAGE_IDENTIFIER::NextOffset |
Definition at line 732 of file ntddstor.h.
Referenced by CompareStorageDuids().
STORAGE_IDENTIFIER_TYPE _STORAGE_IDENTIFIER::Type |
Definition at line 730 of file ntddstor.h.
Referenced by CompareStorageDuids().