ClusterNodeGetEnumCount function (clusapi.h)
Returns the number of cluster objects associated with a node enumeration handle.
Syntax
DWORD ClusterNodeGetEnumCount(
[in] HNODEENUM hNodeEnum
);
Parameters
[in] hNodeEnum
Handle to a node enumeration. This handle is obtained from ClusterNodeOpenEnum. A valid handle is required. This parameter cannot be NULL.
Return value
ClusterNodeGetEnumCount 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 |