IGetClusterUIInfo 接口 (cluadmex.h)

[此接口可用于“要求”部分中指定的操作系统。 Windows Server 2008 中删除了对此接口的支持。]

故障转移群集管理员 扩展调用以检索有关故障转移群集管理员用户界面的信息。

继承

IGetClusterUIInfo 接口继承自 IUnknown 接口。 IGetClusterUIInfo 也具有以下类型的成员:

方法

IGetClusterUIInfo 接口具有这些方法。

 
IGetClusterUIInfo::GetClusterName

返回群集的名称。 (IGetClusterUIInfo.GetClusterName)
IGetClusterUIInfo::GetFont

返回要显示在属性和向导页上的字体的句柄。
IGetClusterUIInfo::GetIcon

返回图标的句柄,用于属性页和向导页的左上角。
IGetClusterUIInfo::GetLocale

返回要与属性页和向导页一起使用的区域设置标识符。

注解

当故障转移群集管理员调用以下方法的实现时,可以使用 IGetClusterUIInfo 接口:

故障转移群集管理员传入 IUnknown 接口指针 piData。 使用 piDataIGetClusterUIInfo 方法之一调用 QueryInterface

不要从 IGetClusterUIInfo 接口获取其他信息接口,例如 IGetClusterGroupInfo 。 虽然 QueryInterface 将返回有效的接口,但操作在群集上下文中无效,结果是表示没有实际群集对象的接口。 有关插图,请参阅 IGetClusterResourceInfo

要求

要求
最低受支持的客户端 无受支持的版本
最低受支持的服务器 Windows Server 2003 企业版、Windows Server 2003 Datacenter
目标平台 Windows
标头 cluadmex.h

另请参阅

故障转移群集管理员信息接口

IWEExtendContextMenu::AddContextMenuItems

IWEExtendPropertySheet::CreatePropertySheetPages

IWEExtendWizard97::CreateWizard97Pages

IWEExtendWizard::CreateWizardPages

IWEInvokeCommand::InvokeCommand