ClusterResourceTypeGetEnumCount function (clusapi.h)
Returns the number of cluster objects associated with a resource_type enumeration handle. The PCLUSAPI_CLUSTER_RESOURCE_TYPE_GET_ENUM_COUNT type defines a pointer to this function.
Syntax
DWORD ClusterResourceTypeGetEnumCount(
[in] HRESTYPEENUM hResTypeEnum
);
Parameters
[in] hResTypeEnum
Handle to a resource type enumeration. This handle is obtained from ClusterResourceTypeOpenEnum. A valid handle is required. This parameter cannot be NULL.
Return value
ClusterResourceTypeGetEnumCount 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 |