(storport.h) STOR_ADDR_BTL8 结构
STOR_ADDR_BTL8 地址结构包含 8 位总线目标 LUN (BTL8) 地址的寻址信息。
语法
typedef struct _STOR_ADDR_BTL8 {
USHORT Type;
USHORT Port;
ULONG AddressLength;
UCHAR Path;
UCHAR Target;
UCHAR Lun;
UCHAR Reserved;
} STOR_ADDR_BTL8, *PSTOR_ADDR_BTL8;
成员
Type
地址类型。 此成员设置为 STOR_ADDRESS_TYPE_BTL8。
Port
主机总线适配器 (HBA) 端口号。
AddressLength
地址的字节长度。 此值设置为 STOR_ADDR_BTL8_ADDRESS_LENGTH。
Path
目标设备的总线编号。
Target
目标设备编号。
Lun
目标设备上的逻辑单元。
Reserved
保留,设置为 0。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
标头 | storport.h (包括 Storport.h、Scsi.h、Minitape.h) |