GetFcpPersistentBinding_IN结构(hbapiwmi.h)
GetFcpPersistentBinding_IN结构用于将输入参数数据传递给 GetFcpPersistentBinding WMI 方法
语法
typedef struct _GetFcpPersistentBinding_IN {
ULONG InEntryCount;
} GetFcpPersistentBinding_IN, *PGetFcpPersistentBinding_IN;
成员
InEntryCount
指示 WMI 客户端在调用 GetFcpPersistentBinding WMI 方法时将容纳在缓冲区中的绑定条目数。
言论
WMI 工具套件在编译 MSFC_HBAFCPInfo WMI 类时,在 Hbapiwmi.h 中生成GetFcpPersistentBinding_IN结构的声明。
要求
要求 | 价值 |
---|---|
标头 | hbapiwmi.h (包括 Hbapiwmi.h) |