OfflineClusterGroup

The OfflineClusterGroup function takes an online group offline.

DWORD WINAPI OfflineClusterGroup(
  HGROUP hGroup  
);
 

Parameters

hGroup
[in] Handle to the group to be taken offline.

Return Values

ERROR_SUCCESS
The operation was successful.
ERROR_IO_PENDING
The operation is in progress.

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

QuickInfo

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