Platform SDK: Windows Clustering

IGetClusterObjectInfo

The IGetClusterObjectInfo interface is called by a Cluster Administrator extension to retrieve information about a cluster object.

Methods in Vtable Order

IUnknown Method Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.

IGetClusterNetworkInfo Method Description
GetObjectName Returns the name of a cluster object.
GetObjectType Returns the type of a cluster object.

Remarks

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

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

  Version: Requires Windows NT Server Enterprise Edition 4.0 SP3; Windows NT Server Enterprise Edition 4.0 SP4; Windows 2000 Advanced Server; Windows 2000 Data Center.
  Header: Cluadmex.idl.
  Library: Use Cluadmex.lib.

See Also

IWEExtendPropertySheet::CreatePropertySheetPages, IWEExtendContextMenu::AddContextMenuItems, IWEExtendWizard::CreateWizardPages, IWEExtendWizard97::CreateWizard97Pages, IWEInvokeCommand::InvokeCommand