IGetClusterGroupInfo 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.]
The IGetClusterGroupInfo interface is called by a Failover Cluster Administrator extension to retrieve information about a group.
Inheritance
The IGetClusterGroupInfo interface inherits from the IUnknown interface. IGetClusterGroupInfo also has these types of members:
Methods
The IGetClusterGroupInfo interface has these methods.
IGetClusterGroupInfo::GetGroupHandle Returns a handle to a group. |
Remarks
If the object being extended is not a group, queries for IGetClusterGroupInfo methods will fail. Otherwise, you can use the IGetClusterGroupInfo interface when Failover Cluster Administrator calls your implementations of the following methods:
- IWEExtendPropertySheet::CreatePropertySheetPages
- IWEExtendContextMenu::AddContextMenuItems
- IWEExtendWizard::CreateWizardPages
- IWEExtendWizard97::CreateWizard97Pages
- IWEInvokeCommand::InvokeCommand
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