IDE_LBA_RANGE 结构 (irb.h)
端口驱动程序使用 IDE_LBA_RANGE 结构为微型端口驱动程序提供一系列逻辑块。
注意 ATA 端口驱动程序和 ATA 微型端口驱动程序模型将来可能会更改或不可用。 建议改用 Storport 驱动程序 和 Storport 微型端口 驱动程序模型。
语法
typedef struct _IDE_LBA_RANGE {
ULONGLONG StartSector : 48;
ULONGLONG SectorCount : 16;
} IDE_LBA_RANGE, *PIDE_LBA_RANGE;
成员
StartSector
包含 LBA 范围的起始扇区。
SectorCount
包含 LBA 范围的扇区计数。
要求
要求 | 值 |
---|---|
Header | irb.h (包括 Irb.h) |