IClusCfgVerifyQuorum::SetMultiNodeCapable method

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

The SetMultiNodeCapable method establishes a quorum resource as capable of supporting multinode clusters.

Syntax

HRESULT SetMultiNodeCapable(
  [in] BOOL fMultiNodeCapableIn
);

Parameters

  • fMultiNodeCapableIn [in]
    Indicates whether the quorum resource is multinode capable. Set to TRUE to set the quorum resource as multinode capable; otherwise, set to FALSE.

Return value

The SetMultiNodeCapable method returns one of the following values:

  • S_OK
    The call succeeded, and the result is TRUE.

  • S_FALSE
    The call succeeded, and the result is FALSE.

Any other HRESULT indicates that the call failed.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgServer.idl

IID

IID_IClusCfgVerifyQuorum is defined as 90A2EFAE-1B62-4ADA-BF1C-BECAB56F748D

See also

IClusCfgVerifyQuorum