ClusterGroupGetEnumCountEx function (clusapi.h)
Returns the number of elements in the enumeration.The PCLUSAPI_CLUSTER_GROUP_GET_ENUM_COUNT_EX type defines a pointer to this function.
DWORD ClusterGroupGetEnumCountEx(
[in] HGROUPENUMEX hGroupEnumEx
);
[in] hGroupEnumEx
The handle to the enumeration from which the number of entries will be returned.
The number of items in the enumeration.
The ClusterGroupGetEnumCountEx function doesn't connect to the cluster, because hGroupEnumEx handle already contains the enumeration data.
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 |