Skip to content

Latest commit

 

History

History
116 lines (81 loc) · 5.27 KB

ne-clusapi-cluster_enum.md

File metadata and controls

116 lines (81 loc) · 5.27 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_ENUM
CLUSTER_ENUM (clusapi.h)
CLUSTER_ENUM (clusapi.h) describes the type of cluster objects being enumerated.
CLUSTER_ENUM
CLUSTER_ENUM enumeration [Failover Cluster]
CLUSTER_ENUM_ALL
CLUSTER_ENUM_GROUP
CLUSTER_ENUM_INTERNAL_NETWORK
CLUSTER_ENUM_NETINTERFACE
CLUSTER_ENUM_NETWORK
CLUSTER_ENUM_NODE
CLUSTER_ENUM_RESOURCE
CLUSTER_ENUM_RESTYPE
CLUSTER_ENUM_SHARED_VOLUME_GROUP
CLUSTER_ENUM_SHARED_VOLUME_RESOURCE
_CLUSTER_ENUM
_CLUSTER_ENUM enumeration [Failover Cluster]
clusapi/CLUSTER_ENUM
clusapi/CLUSTER_ENUM_ALL
clusapi/CLUSTER_ENUM_GROUP
clusapi/CLUSTER_ENUM_INTERNAL_NETWORK
clusapi/CLUSTER_ENUM_NETINTERFACE
clusapi/CLUSTER_ENUM_NETWORK
clusapi/CLUSTER_ENUM_NODE
clusapi/CLUSTER_ENUM_RESOURCE
clusapi/CLUSTER_ENUM_RESTYPE
clusapi/CLUSTER_ENUM_SHARED_VOLUME_GROUP
clusapi/CLUSTER_ENUM_SHARED_VOLUME_RESOURCE
clusapi/_CLUSTER_ENUM
msclus/CLUSTER_ENUM
msclus/CLUSTER_ENUM_ALL
msclus/CLUSTER_ENUM_GROUP
msclus/CLUSTER_ENUM_INTERNAL_NETWORK
msclus/CLUSTER_ENUM_NETINTERFACE
msclus/CLUSTER_ENUM_NETWORK
msclus/CLUSTER_ENUM_NODE
msclus/CLUSTER_ENUM_RESOURCE
msclus/CLUSTER_ENUM_RESTYPE
msclus/CLUSTER_ENUM_SHARED_VOLUME_GROUP
msclus/CLUSTER_ENUM_SHARED_VOLUME_RESOURCE
msclus/_CLUSTER_ENUM
mscs.cluster_enum
mscs\cluster_enum.htm
MsCS
e3d5a207-d30e-4935-be95-0957e68d4fe6
08/03/2022
CLUSTER_ENUM, CLUSTER_ENUM enumeration [Failover Cluster], CLUSTER_ENUM_ALL, CLUSTER_ENUM_GROUP, CLUSTER_ENUM_INTERNAL_NETWORK, CLUSTER_ENUM_NETINTERFACE, CLUSTER_ENUM_NETWORK, CLUSTER_ENUM_NODE, CLUSTER_ENUM_RESOURCE, CLUSTER_ENUM_RESTYPE, CLUSTER_ENUM_SHARED_VOLUME_GROUP, CLUSTER_ENUM_SHARED_VOLUME_RESOURCE, _CLUSTER_ENUM, _CLUSTER_ENUM enumeration [Failover Cluster], clusapi/CLUSTER_ENUM, clusapi/CLUSTER_ENUM_ALL, clusapi/CLUSTER_ENUM_GROUP, clusapi/CLUSTER_ENUM_INTERNAL_NETWORK, clusapi/CLUSTER_ENUM_NETINTERFACE, clusapi/CLUSTER_ENUM_NETWORK, clusapi/CLUSTER_ENUM_NODE, clusapi/CLUSTER_ENUM_RESOURCE, clusapi/CLUSTER_ENUM_RESTYPE, clusapi/CLUSTER_ENUM_SHARED_VOLUME_GROUP, clusapi/CLUSTER_ENUM_SHARED_VOLUME_RESOURCE, clusapi/_CLUSTER_ENUM, msclus/CLUSTER_ENUM, msclus/CLUSTER_ENUM_ALL, msclus/CLUSTER_ENUM_GROUP, msclus/CLUSTER_ENUM_INTERNAL_NETWORK, msclus/CLUSTER_ENUM_NETINTERFACE, msclus/CLUSTER_ENUM_NETWORK, msclus/CLUSTER_ENUM_NODE, msclus/CLUSTER_ENUM_RESOURCE, msclus/CLUSTER_ENUM_RESTYPE, msclus/CLUSTER_ENUM_SHARED_VOLUME_GROUP, msclus/CLUSTER_ENUM_SHARED_VOLUME_RESOURCE, msclus/_CLUSTER_ENUM, mscs.cluster_enum
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
CLUSTER_ENUM
19H1
CLUSTER_ENUM
clusapi/CLUSTER_ENUM
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
MsClus.h
CLUSTER_ENUM

CLUSTER_ENUM enumeration

-description

Describes the type of cluster objects being enumerated. This enumeration is used by the ClusterOpenEnum and ClusterEnum functions.

-enum-fields

-field CLUSTER_ENUM_NODE:0x00000001

The nodes in the cluster.

-field CLUSTER_ENUM_RESTYPE:0x00000002

The resource types in the cluster.

-field CLUSTER_ENUM_RESOURCE:0x00000004

The resources in the cluster.

-field CLUSTER_ENUM_GROUP:0x00000008

The groups in the cluster.

-field CLUSTER_ENUM_NETWORK:0x00000010

The networks in the cluster.

-field CLUSTER_ENUM_NETINTERFACE:0x00000020

The network interfaces in the cluster.

-field CLUSTER_ENUM_SHARED_VOLUME_GROUP:0x20000000

The cluster shared volumes (CSV) in the cluster.

Windows Server 2012, Windows Server 2008 R2 and Windows Server 2008:  This value is not supported before Windows Server 2012 R2.

-field CLUSTER_ENUM_SHARED_VOLUME_RESOURCE:0x40000000

The cluster shared volumes in the cluster.

Windows Server 2008:  This value is not supported before Windows Server 2008 R2.

-field CLUSTER_ENUM_INTERNAL_NETWORK:0x80000000

The networks used by the cluster for internal communication.

-field CLUSTER_ENUM_ALL

All the cluster objects.

-see-also

ClusterEnum

ClusterOpenEnum

Failover Cluster Enumerations