GetFcpPersistentBinding_IN構造体 (hbapiwmi.h)

GetFcpPersistentBinding_IN構造体は、 GetFcpPersistentBinding WMI メソッドに入力パラメーター データを渡すために使用されます

構文

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

メンバー

InEntryCount

GetFcpPersistentBinding WMI メソッドを呼び出すときに WMI クライアントが提供するバッファーに収まるバインド エントリの数を示します。

注釈

WMI ツール スイートは、MSFC_HBAFCPInfo WMI クラスをコンパイルするときに 、Hbapiwmi.h でGetFcpPersistentBinding_IN構造体の宣言を生成 します

要件

要件
Header hbapiwmi.h (Hbapiwmi.h を含む)

こちらもご覧ください

GetFcpPersistentBinding

MSFC_HBAFCPInfo WMI クラス