Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 3.67 KB

ne-msclus-cluster_node_enum.md

File metadata and controls

92 lines (69 loc) · 3.67 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:msclus.CLUSTER_NODE_ENUM
CLUSTER_NODE_ENUM (msclus.h)
CLUSTER_NODE_ENUM (msclus.h) describes the types of cluster objects that are enumerated by the ClusterNodeEnum and ClusterNodeOpenEnum functions.
CLUSTER_NODE_ENUM
CLUSTER_NODE_ENUM enumeration [Failover Cluster]
CLUSTER_NODE_ENUM_ALL
CLUSTER_NODE_ENUM_GROUPS
CLUSTER_NODE_ENUM_NETINTERFACES
CLUSTER_NODE_ENUM_PREFERRED_GROUPS
_CLUSTER_NODE_ENUM
_CLUSTER_NODE_ENUM enumeration [Failover Cluster]
clusapi/CLUSTER_NODE_ENUM
clusapi/CLUSTER_NODE_ENUM_ALL
clusapi/CLUSTER_NODE_ENUM_GROUPS
clusapi/CLUSTER_NODE_ENUM_NETINTERFACES
clusapi/CLUSTER_NODE_ENUM_PREFERRED_GROUPS
clusapi/_CLUSTER_NODE_ENUM
msclus/CLUSTER_NODE_ENUM
msclus/CLUSTER_NODE_ENUM_ALL
msclus/CLUSTER_NODE_ENUM_GROUPS
msclus/CLUSTER_NODE_ENUM_NETINTERFACES
msclus/CLUSTER_NODE_ENUM_PREFERRED_GROUPS
msclus/_CLUSTER_NODE_ENUM
mscs.cluster_node_enum
mscs\cluster_node_enum.htm
MsCS
e8660f86-f4e5-4aa3-851a-94f0a230e12d
08/03/2022
CLUSTER_NODE_ENUM, CLUSTER_NODE_ENUM enumeration [Failover Cluster], CLUSTER_NODE_ENUM_ALL, CLUSTER_NODE_ENUM_GROUPS, CLUSTER_NODE_ENUM_NETINTERFACES, CLUSTER_NODE_ENUM_PREFERRED_GROUPS, _CLUSTER_NODE_ENUM, _CLUSTER_NODE_ENUM enumeration [Failover Cluster], clusapi/CLUSTER_NODE_ENUM, clusapi/CLUSTER_NODE_ENUM_ALL, clusapi/CLUSTER_NODE_ENUM_GROUPS, clusapi/CLUSTER_NODE_ENUM_NETINTERFACES, clusapi/CLUSTER_NODE_ENUM_PREFERRED_GROUPS, clusapi/_CLUSTER_NODE_ENUM, msclus/CLUSTER_NODE_ENUM, msclus/CLUSTER_NODE_ENUM_ALL, msclus/CLUSTER_NODE_ENUM_GROUPS, msclus/CLUSTER_NODE_ENUM_NETINTERFACES, msclus/CLUSTER_NODE_ENUM_PREFERRED_GROUPS, msclus/_CLUSTER_NODE_ENUM, mscs.cluster_node_enum
msclus.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
CLUSTER_NODE_ENUM
19H1
CLUSTER_NODE_ENUM
msclus/CLUSTER_NODE_ENUM
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
MsClus.h
CLUSTER_NODE_ENUM

CLUSTER_NODE_ENUM enumeration

-description

Describes the types of cluster objects that are enumerated by the ClusterNodeEnum and ClusterNodeOpenEnum functions.

-enum-fields

-field CLUSTER_NODE_ENUM_NETINTERFACES:0x1

Network interfaces on the node.

-field CLUSTER_NODE_ENUM_GROUPS:0x2

Cluster groups on the node.

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

-field CLUSTER_NODE_ENUM_PREFERRED_GROUPS:0x4

Cluster groups that list this node as their preferred owner.

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

-field CLUSTER_NODE_ENUM_ALL

Network interfaces on the node, groups on the node, and groups that list the node as their preferred owner..

-see-also

ClusterNodeEnum

ClusterNodeOpenEnum

Failover Cluster Enumerations