// ntddstor.h
typedef struct _STORAGE_ZONE_GROUP {
ULONG ZoneCount;
STORAGE_ZONE_TYPES ZoneType;
ULONGLONG ZoneSize;
} STORAGE_ZONE_GROUP, *PSTORAGE_ZONE_GROUP;
View the official Windows Driver Kit DDI referenceNo description available.
Note This structure is for internal use only and should not be called from your code.
ZoneCountN/A
ZoneTypeN/A
ZoneSizeN/A