IClusCfgCapabilities::CanNodeBeClustered method

[This method is available for use only in Windows Server 2003.]

The CanNodeBeClustered method allows or prevents the Cluster service from being installed on the local computer.

Syntax

HRESULT CanNodeBeClustered();

Parameters

This method has no parameters.

Return value

The CanNodeBeClustered method returns one of the following values.

  • S_OK
    The Cluster service can be installed on the local computer.

  • S_FALSE
    The Cluster service should not be installed on the local computer.

  • E_NOTIMPL
    Indicates no preference one way or the other.

Remarks

The cluster calls this method when it is about to install the Cluster service on a computer. Implement this interface if there are circumstances under which you do not want a node to be clustered. For example, Terminal Services is incompatible with the Cluster service. Terminal Services can implement this interface to block all attempts to install the Cluster service.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgServer.idl

IID

IID_IClusCfgCapabilities is defined as D94AB253-36C7-41C1-B52E-26B451975C8D

See also

IClusCfgCapabilities