// 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 referenceNo description available.
This structure is reserved for system use only.
SizeNot applicable.
ReportOptionNot applicable.
PartialNot applicable.
ReservedNot applicable.