// hbapiwmi.h
typedef struct _GetFcpPersistentBinding_IN {
ULONG InEntryCount;
} GetFcpPersistentBinding_IN, *PGetFcpPersistentBinding_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The GetFcpPersistentBinding_IN structure is used to pass input parameter data to the GetFcpPersistentBinding WMI method
InEntryCountIndicates the number of binding entries that will fit in the buffer that the WMI client provides when it calls the GetFcpPersistentBinding WMI method.
The WMI tool suite generates a declaration of the GetFcpPersistentBinding_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.