IClusCfgResourceCreate::SendResourceControl method

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

Safely performs a control code operation on a resource being configured by IClusCfgManagedResourceCfg.

Syntax

HRESULT SendResourceControl(
  [in] DWORD  dwControlCodeIn,
  [in] LPVOID lpBufferIn,
  [in] DWORD  cbBufferSizeIn
);

Parameters

  • dwControlCodeIn [in]
    One of the resource control codes.

  • lpBufferIn [in]
    Input buffer appropriate to the control code. For more information, see the description of lpInBuffer under ClusterResourceControl.

  • cbBufferSizeIn [in]
    Size of the input buffer in bytes.

Return value

If the SendResourceControl method succeeds, it returns S_OK.

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

DLL

ClCfgSrv.dll

IID

IID_IClusCfgResourceCreate is defined as 0647B41A-C777-443c-9432-02CCCF4FF443

See also

IClusCfgResourceCreate