ClusterResourceCloseEnum function (clusapi.h)

Closes a resource enumeration handle. The PCLUSAPI_CLUSTER_RESOURCE_CLOSE_ENUM type defines a pointer to this function.

Syntax

DWORD ClusterResourceCloseEnum(
  [in] HRESENUM hResEnum
);

Parameters

[in] hResEnum

A resource enumeration handle to be closed.

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 2008 Enterprise, Windows Server 2008 Datacenter
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll

See also

Cluster Resource Management Functions

ClusterResourceEnum

ClusterResourceOpenEnum