ClusterResourceCloseEnumEx function (clusapi.h)

Closes a handle to a resource enumeration.

Syntax

DWORD ClusterResourceCloseEnumEx(
  [in] HRESENUMEX hResourceEnumEx
);

Parameters

[in] hResourceEnumEx

The handle to a resource enumeration to close.

Return value

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

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll

See also

Failover Cluster Resource Management Functions