OnlineClusterGroup

The OnlineClusterGroup function brings an offline group online.

DWORD WINAPI OnlineClusterGroup(
  HGROUP hGroup,          
  HNODE hDestinationNode  
);
 

Parameters

hGroup
[in] Handle to the group to be brought online.
hDestinationNode
[in] Optional handle to the node where the group identified by hGroup should be brought online or NULL.

Return Values

ERROR_SUCCESS
The operation was successful.
ERROR_HOST_NODE_NOT_AVAILABLE
A suitable host node was not available.
ERROR_IO_PENDING
The operation is in progress.

If the operation was unsuccessful, OnlineClusterGroup can also return a Win32 error value.

Remarks

If the group cannot be brought online on the node identified by the hDestinationNode parameter, OnlineClusterGroup fails.

If the hDestinationNode parameter is set to NULL, OnlineClusterGroup brings the group online on the current node.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.