Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.6 KB

nf-clusapi-clusterresourcegetenumcountex.md

File metadata and controls

72 lines (58 loc) · 2.6 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:clusapi.ClusterResourceGetEnumCountEx
ClusterResourceGetEnumCountEx function (clusapi.h)
Returns the number of cluster objects that are associated with a resource enumeration handle.
ClusterResourceGetEnumCountEx
ClusterResourceGetEnumCountEx function [Failover Cluster]
PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX
PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX function [Failover Cluster]
clusapi/ClusterResourceGetEnumCountEx
clusapi/PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX
mscs.clusterresourcegetenumcountex
mscs\clusterresourcegetenumcountex.htm
MsCS
97C22642-F968-4E41-90BC-28DF8DF5886C
12/05/2018
ClusterResourceGetEnumCountEx, ClusterResourceGetEnumCountEx function [Failover Cluster], PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX, PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX function [Failover Cluster], clusapi/ClusterResourceGetEnumCountEx, clusapi/PCLUSAPI_CLUSTER_RESOURCE_GET_ENUM_COUNT_EX, mscs.clusterresourcegetenumcountex
clusapi.h
Windows
None supported
Windows Server 2012
ClusAPI.lib
ClusAPI.dll
Windows
19H1
ClusterResourceGetEnumCountEx
clusapi/ClusterResourceGetEnumCountEx
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
ClusterResourceGetEnumCountEx

ClusterResourceGetEnumCountEx function

-description

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

-parameters

-param hResourceEnumEx [in]

The handle to a resource enumeration. This handle is obtained from the ClusterResourceOpenEnumEx function. A valid handle is required. This parameter cannot be NULL.

-returns

The number of objects that are associated with the enumeration handle.

-see-also

ClusterResourceOpenEnumEx

Failover Cluster Resource Management Functions