STORAGE_ZONE_GROUP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddstor-_storage_zone_group)

_STORAGE_ZONE_GROUP structure

Description

Note This structure is for internal use only and should not be called from your code.

Members

ZoneCount

N/A

ZoneType

N/A

ZoneSize

N/A