Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is for internal use only and should not be called from your code.
Syntax
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;
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.
Requirements
| Requirement | Value |
|---|---|
| Header | ntddstor.h |