// minitape.h
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;
View the official Windows Driver Kit DDI reference
No description available.
The STOR_ADDR_BTL8 address structure contains the addressing information for an 8-bit Bus-Target-LUN (BTL8) address.
Type
The address type. This member is set to STOR_ADDRESS_TYPE_BTL8.
Port
The host bus adapter (HBA) port number.
AddressLength
The byte length of the address. This value is set to STOR_ADDR_BTL8_ADDRESS_LENGTH.
Path
The bus number for the target device.
Target
The target device number.
Lun
The logical unit on the target device.
Reserved
Reserved, set to 0.
The STOR_ADDR_BTL8 address structure contains the addressing information for an 8-bit Bus-Target-LUN (BTL8) address.
Type
The address type. This member is set to STOR_ADDRESS_TYPE_BTL8.
Port
The host bus adapter (HBA) port number.
AddressLength
The byte length of the address. This value is set to STOR_ADDR_BTL8_ADDRESS_LENGTH.
Path
The bus number for the target device.
Target
The target device number.
Lun
The logical unit on the target device.
Reserved
Reserved, set to 0.
The STOR_ADDR_BTL8 address structure contains the addressing information for an 8-bit Bus-Target-LUN (BTL8) address.
Type
The address type. This member is set to STOR_ADDRESS_TYPE_BTL8.
Port
The host bus adapter (HBA) port number.
AddressLength
The byte length of the address. This value is set to STOR_ADDR_BTL8_ADDRESS_LENGTH.
Path
The bus number for the target device.
Target
The target device number.
Lun
The logical unit on the target device.
Reserved
Reserved, set to 0.