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 _ZONE_DESCRIPTIOR {
UCHAR ZoneType : 4;
UCHAR Reserved1 : 4;
UCHAR Reset : 1;
UCHAR Non_Seq : 1;
UCHAR Reserved2 : 2;
UCHAR ZoneCondition : 4;
UCHAR Reserved3[6];
UCHAR ZoneLength[8];
UCHAR ZoneStartLBA[8];
UCHAR WritePointerLBA[8];
UCHAR Reserved4[32];
} ZONE_DESCRIPTIOR, *PZONE_DESCRIPTIOR;
Members
ZoneType
N/A
Reserved1
N/A
Reset
N/A
Non_Seq
N/A
Reserved2
N/A
ZoneCondition
N/A
Reserved3[6]
N/A
ZoneLength[8]
N/A
ZoneStartLBA[8]
N/A
WritePointerLBA[8]
N/A
Reserved4[32]
N/A
Requirements
Requirement | Value |
---|---|
Header | minitape.h (include Minitape.h, Storport.h) |