DEVICE_DSM_REPORT_ZONES_PARAMETERS - NtDoc

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

typedef struct _DEVICE_DSM_REPORT_ZONES_PARAMETERS {
  ULONG Size;
  UCHAR ReportOption;
  UCHAR Partial;
  UCHAR Reserved[2];
} DEVICE_DSM_REPORT_ZONES_PARAMETERS, *PDEVICE_DSM_REPORT_ZONES_PARAMETERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DEVICE_DSM_REPORT_ZONES_PARAMETERS structure

Description

This structure is reserved for system use only.

Members

Size

Not applicable.

ReportOption

Not applicable.

Partial

Not applicable.

Reserved

Not applicable.

Remarks

See also