DEVICE_DSM_REPORT_ZONES_DATA - NtDoc

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

typedef struct _DEVICE_DSM_REPORT_ZONES_DATA {
  ULONG                    Size;
  ULONG                    ZoneCount;
  STORAGE_ZONES_ATTRIBUTES Attributes;
  ULONG                    Reserved0;
  STORAGE_ZONE_DESCRIPTOR  ZoneDescriptors[ANYSIZE_ARRAY];
} DEVICE_DSM_REPORT_ZONES_DATA, *PDEVICE_DSM_REPORT_ZONES_DATA, DEVICE_DSM_REPORT_ZONES_OUTPUT, *PDEVICE_DSM_REPORT_ZONES_OUTPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DEVICE_DSM_REPORT_ZONES_DATA structure

Description

This structure is reserved for system use only.

Members

Size

Not applicable.

ZoneCount

Not applicable.

Attributes

Not applicable.

Reserved0

Not applicable.

ZoneDescriptors

Not applicable.

Remarks

See also