ClusterNodeCloseEnumEx function (clusapi.h)

Closes a node enumeration handle.

Syntax

DWORD ClusterNodeCloseEnumEx(
  [in] HNODEENUMEX hNodeEnum
);

Parameters

[in] hNodeEnum

The handle to the node enumeration to close. This handle is returned by the ClusterNodeOpenEnumEx function.

Return value

If the operation succeeds, the function returns ERROR_SUCCESS. If the operation fails, the function returns a system error code.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll

See also

Node Management Functions