ScsiInquiry_IN structure (hbapiwmi.h)

The ScsiInquiry_IN structure is used by a miniport driver to deliver input parameter data to the ScsiInquiry WMI method.

Syntax

typedef struct _ScsiInquiry_IN {
  UCHAR     Cdb[6];
  UCHAR     HbaPortWWN[8];
  UCHAR     DiscoveredPortWWN[8];
  ULONGLONG FcLun;
} ScsiInquiry_IN, *PScsiInquiry_IN;

Members

Cdb[6]

Contains the command descriptor block that holds the SCSI inquiry command to be sent to the target device.

HbaPortWWN[8]

Contains a worldwise name for the HBA through which the target is accessed.

DiscoveredPortWWN[8]

Contains a worldwide name for the port through which the target device is accessed.

FcLun

Indicates the logical unit number of the logical unit that will receive the SCSI inquiry command.

Remarks

The WMI tool suite generates a declaration of the ScsiInquiry_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

ScsiInquiry