IClusCfgManagedResourceInfo::SetQuorumCapable method
[This method is available for use only in Windows Server 2003.]
The SetQuorumCapable method sets whether the resource can be the quorum resource.
Syntax
HRESULT SetQuorumCapable(
[in] BOOL flsQuorumCapableIn
);
Parameters
- flsQuorumCapableIn [in]
Boolean value that determines whether the resource can be the quorum resource. Set this value to TRUE if the resource can be the quorum resource; otherwise, FALSE.
Return value
The SetQuorumCapable method returns one of the following values.
| Return code | Description |
|---|---|
| S_OK | The method successfully set the quorum resource capability. |
| E_NOTIMPL | The call is not implemented. |
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 |