GetFcpPersistentBinding_IN structure (hbapiwmi.h)

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

Syntax

typedef struct _GetFcpPersistentBinding_IN {
  ULONG InEntryCount;
} GetFcpPersistentBinding_IN, *PGetFcpPersistentBinding_IN;

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.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

GetFcpPersistentBinding

MSFC_HBAFCPInfo WMI Class