// hbapiwmi.h
typedef struct _GetPersistentBinding2_IN {
UCHAR PortWWN[8];
ULONG InEntryCount;
} GetPersistentBinding2_IN, *PGetPersistentBinding2_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The GetPersistentBinding2_IN structure is used to deliver input parameter data to the GetPersistentBinding2 WMI method.
PortWWNContains a worldwide name that indicates the port whose persistent bindings are to be retrieved.
InEntryCountIndicates the number of binding entries that the WMI provider can report.
The WMI tool suite generates a declaration of the GetPersistentBinding2_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.