Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 4.41 KB

ne-clusapi-cluster_resource_type_enum.md

File metadata and controls

94 lines (74 loc) · 4.41 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
NE:clusapi.CLUSTER_RESOURCE_TYPE_ENUM
CLUSTER_RESOURCE_TYPE_ENUM (clusapi.h)
CLUSTER_RESOURCE_TYPE_ENUM describes the type of cluster object being enumerated by the ClusterResourceTypeEnum and ClusterResourceTypeOpenEnum functions.
CLUSTER_RESOURCE_TYPE_ENUM
CLUSTER_RESOURCE_TYPE_ENUM enumeration [Failover Cluster]
CLUSTER_RESOURCE_TYPE_ENUM_ALL
CLUSTER_RESOURCE_TYPE_ENUM_NODES
CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES
_CLUSTER_RESOURCE_TYPE_ENUM
_CLUSTER_RESOURCE_TYPE_ENUM enumeration [Failover Cluster]
clusapi/CLUSTER_RESOURCE_TYPE_ENUM
clusapi/CLUSTER_RESOURCE_TYPE_ENUM_ALL
clusapi/CLUSTER_RESOURCE_TYPE_ENUM_NODES
clusapi/CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES
clusapi/_CLUSTER_RESOURCE_TYPE_ENUM
msclus/CLUSTER_RESOURCE_TYPE_ENUM
msclus/CLUSTER_RESOURCE_TYPE_ENUM_ALL
msclus/CLUSTER_RESOURCE_TYPE_ENUM_NODES
msclus/CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES
msclus/_CLUSTER_RESOURCE_TYPE_ENUM
mscs.cluster_resource_type_enum
mscs\cluster_resource_type_enum.htm
MsCS
f8356cb3-303c-4294-a634-d91d5141004a
08/03/2022
CLUSTER_RESOURCE_TYPE_ENUM, CLUSTER_RESOURCE_TYPE_ENUM enumeration [Failover Cluster], CLUSTER_RESOURCE_TYPE_ENUM_ALL, CLUSTER_RESOURCE_TYPE_ENUM_NODES, CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES, _CLUSTER_RESOURCE_TYPE_ENUM, _CLUSTER_RESOURCE_TYPE_ENUM enumeration [Failover Cluster], clusapi/CLUSTER_RESOURCE_TYPE_ENUM, clusapi/CLUSTER_RESOURCE_TYPE_ENUM_ALL, clusapi/CLUSTER_RESOURCE_TYPE_ENUM_NODES, clusapi/CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES, clusapi/_CLUSTER_RESOURCE_TYPE_ENUM, msclus/CLUSTER_RESOURCE_TYPE_ENUM, msclus/CLUSTER_RESOURCE_TYPE_ENUM_ALL, msclus/CLUSTER_RESOURCE_TYPE_ENUM_NODES, msclus/CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES, msclus/_CLUSTER_RESOURCE_TYPE_ENUM, mscs.cluster_resource_type_enum
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
CLUSTER_RESOURCE_TYPE_ENUM
19H1
CLUSTER_RESOURCE_TYPE_ENUM
clusapi/CLUSTER_RESOURCE_TYPE_ENUM
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
MsClus.h
CLUSTER_RESOURCE_TYPE_ENUM

CLUSTER_RESOURCE_TYPE_ENUM enumeration

-description

Describes the type of cluster object being enumerated by the ClusterResourceTypeEnum and ClusterResourceTypeOpenEnum functions.

-enum-fields

-field CLUSTER_RESOURCE_TYPE_ENUM_NODES:0x00000001

The object is a node that can be a possible owner of the resource type.

-field CLUSTER_RESOURCE_TYPE_ENUM_RESOURCES:0x00000002

The object is a resource that is an instance of the resource type.

Windows Server 2008:  This value is not supported before Windows Server 2008 R2. To emulate this on earlier platforms, enumerate all resources in the cluster (see the ClusterOpenEnum function) and filter the results using the ResUtilResourceTypesEqual function. If the call is made on a system without ResUtils.dll, then use the steps mentioned in the Remarks section of the ResUtilResourceTypesEqual function.

-field CLUSTER_RESOURCE_TYPE_ENUM_ALL

All cluster objects identified by the ClusterResourceTypeEnum and ClusterResourceTypeOpenEnum functions.

-see-also

ClusterResourceTypeEnum

ClusterResourceTypeOpenEnum

Failover Cluster Enumerations