GetFcpPersistentBinding_OUT 结构 (hbapiwmi.h)
GetFcpPersistentBinding_OUT 结构用于向 WMI 客户端报告 GetFcpPersistentBinding WMI 方法的输出参数数据。
语法
typedef struct _GetFcpPersistentBinding_OUT {
ULONG HBAStatus;
ULONG TotalEntryCount;
ULONG OutEntryCount;
HBAFCPBindingEntry Entry[1];
} GetFcpPersistentBinding_OUT, *PGetFcpPersistentBinding_OUT;
成员
HBAStatus
包含操作的状态。 有关允许值及其说明的列表,请参阅HBA_STATUS。
TotalEntryCount
指示 GetFcpPersistentBinding WMI 方法检索的永久性绑定总数。
OutEntryCount
指示 GetFcpTargetMapping WMI 方法检索的映射总数。 此值将小于或等于 TotalEntryCount。
Entry[1]
包含类型为 HBAFCPBindingEntry 的结构数组,用于描述 HBA 操作系统与光纤通道协议之间的绑定 (FCP) 标识符。
注解
GetFcpPersistentBinding WMI 方法检索 SCSI 与光纤通道协议之间的绑定, (逻辑单元的 FCP) 标识符。
WMI 工具套件在编译 MSFC_HBAFCPInfo WMI 类时,会在 Hbapiwmi.h 中生成GetFcpPersistentBinding_OUT结构的声明。
要求
要求 | 值 |
---|---|
Header | hbapiwmi.h (包括 Hbapiwmi.h) |