IGetClusterObjectInfo 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 IGetClusterObjectInfo interface is called by a Failover Cluster Administrator extension to retrieve information about a cluster object.

Inheritance

The IGetClusterObjectInfo interface inherits from the IUnknown interface. IGetClusterObjectInfo also has these types of members:

Methods

The IGetClusterObjectInfo interface has these methods.

 
IGetClusterObjectInfo::GetObjectName

Returns the name of a cluster object.
IGetClusterObjectInfo::GetObjectType

Returns the type of a cluster object.

Remarks

You can use the IGetClusterObjectInfo interface when Failover Cluster Administrator calls your implementations of the following methods:

Failover Cluster Administrator passes in an IUnknown pointer, piData. Use piData to call QueryInterface for one of the IGetClusterObjectInfo methods.

Do not obtain other information interfaces, such as IGetClusterGroupInfo, from the IGetClusterObjectInfo 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

IWEExtendWizard::CreateWizardPages

IWEInvokeCommand::InvokeCommand