GetFcpPersistentBinding_OUT结构(hbapiwmi.h)
GetFcpPersistentBinding_OUT结构用于将 GetFcpPersistentBinding WMI 方法的输出参数数据报告给 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 的结构,用于描述作系统和光纤通道协议(FCP)标识符之间的 HBA 绑定。
言论
GetFcpPersistentBinding WMI 方法检索逻辑单元的 SCSI 和光纤通道协议(FCP)标识符之间的绑定。
WMI 工具套件在编译 MSFC_HBAFCPInfo WMI 类时,会在 Hbapiwmi.h 中生成GetFcpPersistentBinding_OUT结构的声明。
要求
要求 | 价值 |
---|---|
标头 | hbapiwmi.h (包括 Hbapiwmi.h) |