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

Inheritance

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

Methods

The IGetClusterNodeInfo interface has these methods.

 
IGetClusterNodeInfo::GetNodeHandle

Returns a handle to a node.

Remarks

If the object being extended is not a node, queries for IGetClusterNodeInfo methods will fail. Otherwise, you can use the IGetClusterNodeInfo 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 IGetClusterNodeInfo methods.

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