IClusCfgEvictCleanup::CleanupRemoteNode method

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

Returns a remote node to its pre-clustered state after the node is evicted from the cluster.

Syntax

HRESULT CleanupRemoteNode(
  [in] const WCHAR *pcszEvictedNodeNameIn,
  [in]       DWORD dwDelayIn
);

Parameters

  • pcszEvictedNodeNameIn [in]
    Name of the node that has just been evicted. This can be the NetBIOS name of the node, the fully qualified domain name, or the node's IP address.

  • dwDelayIn [in]
    Number of milliseconds that this method will wait before cleanup operations are begun. If another process cleans up this node while this thread is waiting, the wait is terminated. If zero is passed in to this parameter, this method will immediately attempt to clean up the remote node.

Return value

If the CleanupRemoteNode method successfully returns the remote node to its pre-clustered state, 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_IClusCfgEvictCleanup is defined as 6FE3E361-D373-4C5F-A0AF-1DFE8493C655

See also

IClusCfgEvictCleanup