IGetClusterUIInfo interface (cluadmex.h)
[This interface is available for use in the operating systems specified in the Requirements section. Support for this interface was removed in Windows Server 2008.]
Called by a Failover Cluster Administrator extension to retrieve information about Failover Cluster Administrator's user interface.
Inheritance
The IGetClusterUIInfo interface inherits from the IUnknown interface. IGetClusterUIInfo also has these types of members:
Methods
The IGetClusterUIInfo interface has these methods.
IGetClusterUIInfo::GetClusterName Returns the name of the cluster. (IGetClusterUIInfo.GetClusterName) |
IGetClusterUIInfo::GetFont Returns a handle to the font to be displayed on property and wizard pages. |
IGetClusterUIInfo::GetIcon Returns a handle to the icon to use in the upper-left corner of property and wizard pages. |
IGetClusterUIInfo::GetLocale Returns the locale identifier to be used with property and wizard pages. |
Remarks
You can use the IGetClusterUIInfo interface when Failover Cluster Administrator calls your implementations of the following methods:
- IWEExtendPropertySheet::CreatePropertySheetPages
- IWEExtendContextMenu::AddContextMenuItems
- IWEExtendWizard::CreateWizardPages
- IWEExtendWizard97::CreateWizard97Pages
- IWEInvokeCommand::InvokeCommand
Do not obtain other information interfaces, such as IGetClusterGroupInfo, from the IGetClusterUIInfo interface. While QueryInterface will return a valid interface, the operation is not valid in the context of the cluster, and the result is an interface that represents no real cluster object. For an illustration, see IGetClusterResourceInfo.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 Enterprise, Windows Server 2003 Datacenter |
Target Platform | Windows |
Header | cluadmex.h |
See also
Failover Cluster Administrator Information Interfaces
IWEExtendContextMenu::AddContextMenuItems
IWEExtendPropertySheet::CreatePropertySheetPages
IWEExtendWizard97::CreateWizard97Pages