ClusterGetEnumCountEx function (clusapi.h)

Returns the number of cluster objects that are associated with a cluster enumeration handle.

Syntax

DWORD ClusterGetEnumCountEx(
  [in] HCLUSENUMEX hClusterEnum
);

Parameters

[in] hClusterEnum

The handle to a cluster enumeration. This handle is obtained from the
ClusterOpenEnumEx function. A valid handle is required. This parameter cannot be NULL.

Return value

The number of objects that are associated with the enumeration handle.

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

Failover Cluster Management Function