The OnlineClusterGroup function brings an offline group online.
DWORD WINAPI OnlineClusterGroup(
HGROUP hGroup,
HNODE hDestinationNode
);
If the operation was unsuccessful, OnlineClusterGroup can also return a Win32 error value.
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.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.