STOR_ADDR_BTL8 structure (minitape.h)
The STOR_ADDR_BTL8 address structure contains the addressing information for an 8-bit Bus-Target-LUN (BTL8) address.
Syntax
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;
Members
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 8. |
Header | minitape.h (include Storport.h, Scsi.h, Minitape.h) |