RemoveClusterResourceNode

The RemoveClusterResourceNode function removes a node from the list of nodes that can host a resource.

DWORD WINAPI RemoveClusterResourceNode(
  HRESOURCE hResource,  
  HNODE hNode           
);
 

Parameters

hResource
[in] Handle to the target resource.
hNode
[in] Handle to the node which should be removed from the list of potential host nodes belonging to the resource identified by hResource.

Return Values

ERROR_SUCCESS
The operation was successful.

If the operation was unsuccessful, RemoveClusterResourceNode returns a Win32 error value.