GetBindingCapability_IN structure (hbapiwmi.h)
The GetBindingCapability_IN structure is used by a WMI client to deliver the input parameter data of the GetBindingCapability WMI method to the HBA miniport driver.
Syntax
typedef struct _GetBindingCapability_IN {
UCHAR PortWWN[8];
} GetBindingCapability_IN, *PGetBindingCapability_IN;
Members
PortWWN[8]
Contains a worldwide name that indicates the port whose persistent bindings are to be retrieved.
Remarks
The WMI tool suite generates a declaration of the GetBindingCapability_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |