ClusterResourceTypeCloseEnum function (clusapi.h)

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

Syntax

DWORD ClusterResourceTypeCloseEnum(
  [in] HRESTYPEENUM hResTypeEnum
);

Parameters

[in] hResTypeEnum

Enumeration handle to be closed.

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

See also

ClusterResourceTypeEnum

ClusterResourceTypeOpenEnum