STORAGE_ZONES_ATTRIBUTES - NtDoc

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

typedef enum _STORAGE_ZONES_ATTRIBUTES {
  ZonesAttributeTypeAndLengthMayDifferent,
  ZonesAttributeTypeSameLengthSame,
  ZonesAttributeTypeSameLastZoneLengthDifferent,
  ZonesAttributeTypeMayDifferentLengthSame
} STORAGE_ZONES_ATTRIBUTES, *PSTORAGE_ZONES_ATTRIBUTES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-_storage_zones_attributes)

_STORAGE_ZONES_ATTRIBUTES enumeration

Description

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

Constants

ZonesAttributeTypeAndLengthMayDifferent

N/A

ZonesAttributeTypeSameLengthSame

N/A

ZonesAttributeTypeSameLastZoneLengthDifferent

N/A

ZonesAttributeTypeMayDifferentLengthSame

N/A