ClusterResourceGetEnumCountEx function (clusapi.h)

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

Syntax

DWORD ClusterResourceGetEnumCountEx(
  [in] HRESENUMEX hResourceEnumEx
);

Parameters

[in] hResourceEnumEx

The handle to a resource enumeration. This handle is obtained from the ClusterResourceOpenEnumEx 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 2012
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll

See also

ClusterResourceOpenEnumEx

Failover Cluster Resource Management Functions