STORAGE_ZONE_DESCRIPTOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddstor.h

typedef struct _STORAGE_ZONE_DESCRIPTOR {
  ULONG                  Size;
  STORAGE_ZONE_TYPES     ZoneType;
  STORAGE_ZONE_CONDITION ZoneCondition;
  BOOLEAN                ResetWritePointerRecommend;
  UCHAR                  Reserved0[3];
  ULONGLONG              ZoneSize;
  ULONGLONG              WritePointerOffset;
} STORAGE_ZONE_DESCRIPTOR, *PSTORAGE_ZONE_DESCRIPTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

STORAGE_ZONE_DESCRIPTOR structure

Description

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

Members

Size

Reserved for internal use only.

ZoneType

Reserved for internal use only.

ZoneCondition

Reserved for internal use only.

ResetWritePointerRecommend

Reserved for internal use only.

Reserved0[3]

Reserved for internal use only.

ZoneSize

Reserved for internal use only.

WritePointerOffset

Reserved for internal use only.