// 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 referenceNo description available.
Note This structure is for internal use only and should not be called from your code.
ZoneListLengthN/A
SameN/A
Reserved1N/A
Reserved2N/A
MaxLBAN/A
Reserved3N/A
ZoneDescriptorsN/A
Note This structure is for internal use only and should not be called from your code.
ZoneListLengthN/A
SameN/A
Reserved1N/A
Reserved2N/A
MaxLBAN/A
Reserved3N/A
ZoneDescriptorsN/A
Note This structure is for internal use only and should not be called from your code.
ZoneListLengthN/A
SameN/A
Reserved1N/A
Reserved2N/A
MaxLBAN/A
Reserved3N/A
ZoneDescriptorsN/A