ClusterCloseEnum

The ClusterCloseEnum function closes a cluster enumerator object by invalidating its handle, a handle returned from ClusterOpenEnum.

DWORD WINAPI ClusterCloseEnum(
  HCLUSENUM hEnum  
);
 

Parameters

hEnum
[in] Handle to the cluster enumerator to close. This is a handle originally returned by the ClusterOpenEnum function.

Return Values

ERROR_SUCCESS
The operation was successful.

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

QuickInfo

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