IClusCfgManagedResourceInfo::IsQuorumCapable method

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

Implement the IsQuorumCapable method to specify whether a managed resource is capable of being used as the quorum resource.

Syntax

HRESULT IsQuorumCapable();

Parameters

This method has no parameters.

Return value

The IsQuorumCapable method returns one of the following values.

Return code Description
S_OK

The call succeeded, and the result is TRUE.

S_FALSE

The call succeeded, and the result is FALSE.

 

Any other HRESULT value 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_IClusCfgManagedResourceInfo is defined as 8389D687-DF99-442B-81AB-58BA5B029688

See also

IClusCfgManagedResourceInfo