ClusterNodeGetEnumCountEx function (clusapi.h)

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

Syntax

DWORD ClusterNodeGetEnumCountEx(
  [in] HNODEENUMEX hNodeEnum
);

Parameters

[in] hNodeEnum

The handle to a node enumeration that was retrieved by the ClusterNodeOpenEnumEx 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

Node Management Functions