GetFcpPersistentBinding_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _GetFcpPersistentBinding_IN {
  ULONG InEntryCount;
} GetFcpPersistentBinding_IN, *PGetFcpPersistentBinding_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_getfcppersistentbinding_in)

_GetFcpPersistentBinding_IN structure

Description

The GetFcpPersistentBinding_IN structure is used to pass input parameter data to the GetFcpPersistentBinding WMI method

Members

InEntryCount

Indicates the number of binding entries that will fit in the buffer that the WMI client provides when it calls the GetFcpPersistentBinding WMI method.

Remarks

The WMI tool suite generates a declaration of the GetFcpPersistentBinding_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.

See also

GetFcpPersistentBinding

MSFC_HBAFCPInfo WMI Class