REPORT_ZONES_DATA - NtDoc

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

typedef struct _REPORT_ZONES_DATA {
  UCHAR            ZoneListLength[4];
  UCHAR            Same : 4;
  UCHAR            Reserved1 : 4;
  UCHAR            Reserved2[3];
  UCHAR            MaxLBA[8];
  UCHAR            Reserved3[48];
  ZONE_DESCRIPTIOR ZoneDescriptors[ANYSIZE_ARRAY];
} REPORT_ZONES_DATA, *PREPORT_ZONES_DATA;
View the official Windows Driver Kit DDI reference
// scsi.h

typedef struct _REPORT_ZONES_DATA {
  UCHAR            ZoneListLength[4];
  UCHAR            Same : 4;
  UCHAR            Reserved1 : 4;
  UCHAR            Reserved2[3];
  UCHAR            MaxLBA[8];
  UCHAR            Reserved3[48];
  ZONE_DESCRIPTIOR ZoneDescriptors[ANYSIZE_ARRAY];
} REPORT_ZONES_DATA, *PREPORT_ZONES_DATA;
View the official Windows Driver Kit DDI reference
// storport.h

typedef struct _REPORT_ZONES_DATA {
  UCHAR            ZoneListLength[4];
  UCHAR            Same : 4;
  UCHAR            Reserved1 : 4;
  UCHAR            Reserved2[3];
  UCHAR            MaxLBA[8];
  UCHAR            Reserved3[48];
  ZONE_DESCRIPTIOR ZoneDescriptors[ANYSIZE_ARRAY];
} REPORT_ZONES_DATA, *PREPORT_ZONES_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-_report_zones_data)

_REPORT_ZONES_DATA structure (minitape.h)

Description

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

Members

ZoneListLength

N/A

Same

N/A

Reserved1

N/A

Reserved2

N/A

MaxLBA

N/A

Reserved3

N/A

ZoneDescriptors

N/A


Windows Driver Kit DDI reference (ns-scsi-_report_zones_data)

_REPORT_ZONES_DATA structure (scsi.h)

Description

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

Members

ZoneListLength

N/A

Same

N/A

Reserved1

N/A

Reserved2

N/A

MaxLBA

N/A

Reserved3

N/A

ZoneDescriptors

N/A


Windows Driver Kit DDI reference (ns-storport-_report_zones_data)

_REPORT_ZONES_DATA structure (storport.h)

Description

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

Members

ZoneListLength

N/A

Same

N/A

Reserved1

N/A

Reserved2

N/A

MaxLBA

N/A

Reserved3

N/A

ZoneDescriptors

N/A