ClusterGroupCloseEnum

The ClusterGroupCloseEnum function closes a group enumerator object by invalidating its handle, a handle returned from ClusterGroupOpenEnum.

DWORD WINAPI ClusterGroupCloseEnum(
  HGROUPENUM hGroupEnum  
);
 

Parameters

hGroupEnum
[in] Handle to the enumerator object to close.

Return Values

ERROR_SUCCESS
The operation was successful.

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

QuickInfo

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