GetPersistentBinding2_IN structure (hbapiwmi.h)
The GetPersistentBinding2_IN structure is used to deliver input parameter data to the GetPersistentBinding2 WMI method.
Syntax
typedef struct _GetPersistentBinding2_IN {
UCHAR PortWWN[8];
ULONG InEntryCount;
} GetPersistentBinding2_IN, *PGetPersistentBinding2_IN;
Members
PortWWN[8]
Contains a worldwide name that indicates the port whose persistent bindings are to be retrieved.
InEntryCount
Indicates the number of binding entries that the WMI provider can report.
Remarks
The WMI tool suite generates a declaration of the GetPersistentBinding2_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |