(storport.h) ZONE_DESCRIPTIOR 结构
注意 此结构仅供内部使用,不应从代码调用。
语法
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;
成员
ZoneType
N/A
Reserved1
N/A
Reset
不可用
Non_Seq
N/A
Reserved2
N/A
ZoneCondition
N/A
Reserved3[6]
不可用
ZoneLength[8]
N/A
ZoneStartLBA[8]
N/A
WritePointerLBA[8]
N/A
Reserved4[32]
N/A
要求
要求 | 值 |
---|---|
Header | storport.h (包括 Minitape.h、Storport.h) |