Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ClusterGroupGetEnumCount function (clusapi.h)

Returns the number of cluster objects associated with a group enumeration handle. The PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT type defines a pointer to this function.

Syntax

DWORD ClusterGroupGetEnumCount(
 [in] HGROUPENUM hGroupEnum
);

Parameters

[in] hGroupEnum

Handle to a group enumeration. This handle is obtained from ClusterGroupOpenEnum. A valid handle is required. This parameter cannot be NULL.

Return value

ClusterGroupGetEnumCount returns the number of objects associated with the enumeration handle.

Requirements

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

Feedback

Was this page helpful?

Additional resources