IGetClusterUIInfo : IUnknown

The IGetClusterUIInfo interface is called by a Cluster Administrator extension to retrieve information about Cluster Administrator's user interface.

Vtable Order

GetLocale Retrieves the locale identifier to be used with property and wizard pages.
GetFont Retrieves a handle to the font to be displayed on property and wizard pages.
GetIcon Retrieves a handle to the icon to use in the upper left corner of property and wizard pages.

Remarks

To call the methods in the IGetClusterUIInfo interface, Cluster Administrator extensions use an interface pointer provided by the Cluster Administrator. An extension can access this pointer by calling the IUnknown::QueryInterface method with the piData pointer passed to one of these methods:

IWEExtendPropertySheet::CreatePropertySheetPages

IWEExtendContextMenu::AddContextMenuItems

IWEExtendWizard::CreateWizardPages

IWEInvokeCommand::InvokeCommand

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in cluadmex.h.