ClusterNetworkCloseEnum

The ClusterNetworkCloseEnum function closes an enumerator for iterating through objects on a network.

DWORD WINAPI ClusterNetworkCloseEnum(
  HNETWORKENUM hNetworkEnum  
);
 

Parameters

hNetworkEnum
[in] Handle to the network enumerator to close. This is a handle originally returned by the ClusterNetworkOpenEnum function.

Return Values

ERROR_SUCCESS
The operation was successful.

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

Remarks

ClusterNetworkCloseEnum closes the enumerator object by invalidating its handle, a handle returned from ClusterNetworkOpenEnum.

QuickInfo

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