ScsiReadCapacity_IN structure (hbapiwmi.h)
The ScsiReadCapacity_IN structure is used to deliver input parameter data to the ScsiReadCapacity WMI method.
Syntax
typedef struct _ScsiReadCapacity_IN {
UCHAR Cdb[10];
UCHAR HbaPortWWN[8];
UCHAR DiscoveredPortWWN[8];
ULONGLONG FcLun;
} ScsiReadCapacity_IN, *PScsiReadCapacity_IN;
Members
Cdb[10]
Contains the command descriptor block that holds the SCSI read capacity 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 read capacity command.
Remarks
The WMI tool suite generates a declaration of the ScsiReadCapacity_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |