Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note This structure is for internal use only and should not be called from your code.
Syntax
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;
Members
ZoneListLength[4]
N/A
Same
N/A
Reserved1
N/A
Reserved2[3]
N/A
MaxLBA[8]
N/A
Reserved3[48]
N/A
ZoneDescriptors[ANYSIZE_ARRAY]
N/A
Requirements
| Requirement | Value |
|---|---|
| Header | scsi.h (include Minitape.h, Storport.h) |