STORAGE_ZONE_GROUP structure (ntddstor.h)
Note This structure is for internal use only and should not be called from your code.
Syntax
typedef struct _STORAGE_ZONE_GROUP {
ULONG ZoneCount;
STORAGE_ZONE_TYPES ZoneType;
ULONGLONG ZoneSize;
} STORAGE_ZONE_GROUP, *PSTORAGE_ZONE_GROUP;
Members
ZoneCount
N/A
ZoneType
N/A
ZoneSize
N/A
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h |