STOR_ADDR_BTL8 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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
// scsi.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
// storport.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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-_stor_addr_btl8)

_STOR_ADDR_BTL8 structure (minitape.h)

Description

The STOR_ADDR_BTL8 address structure contains the addressing information for an 8-bit Bus-Target-LUN (BTL8) address.

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.

See also

STOR_ADDRESS


Windows Driver Kit DDI reference (ns-scsi-_stor_addr_btl8)

_STOR_ADDR_BTL8 structure (scsi.h)

Description

The STOR_ADDR_BTL8 address structure contains the addressing information for an 8-bit Bus-Target-LUN (BTL8) address.

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.

See also

STOR_ADDRESS


Windows Driver Kit DDI reference (ns-storport-_stor_addr_btl8)

_STOR_ADDR_BTL8 structure (storport.h)

Description

The STOR_ADDR_BTL8 address structure contains the addressing information for an 8-bit Bus-Target-LUN (BTL8) address.

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.

See also

STOR_ADDRESS