STOR_ADDRESS結構 (minitape.h)

保存儲存設備位址的一般結構。

語法

typedef struct _STOR_ADDRESS {
  USHORT Type;
  USHORT Port;
  ULONG  AddressLength;
  UCHAR  AddressData[ANYSIZE_ARRAY];
} STOR_ADDRESS, *PSTOR_ADDRESS;

成員

Type

地址類型。 這可以是下列項目之一:

意義
STOR_ADDRESS_TYPE_UNKNOWN
位址類型未知。
STOR_ADDRESS_TYPE_BTL8
位址是8位總線-Target-LUN 位址。

Port

主機總線適配卡 (HBA) 埠號碼。

AddressLength

AddressData 的位元組長度。 如果 Type 設定為 STOR_ADDRESS_TYPE_BTL8,此值會 STOR_ADDR_BTL8_ADDRESS_LENGTH

AddressData[ANYSIZE_ARRAY]

位址類型特定的地址數據。

規格需求

需求
最低支援的用戶端 從 Windows 8 開始提供。
標頭 minitape.h (包括 Storport.h、Scsi.h、Minitape.h)

另請參閱

STOR_ADDR_BTL8

StorPortSetUnitAttributes