(scsi.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开始可用。
标头 scsi.h (包括 Storport.h、Scsi.h、Minitape.h)

另请参阅

STOR_ADDRESS