Skip to content

Latest commit

 

History

History
117 lines (89 loc) · 6.27 KB

ne-msclus-cluster_control_object.md

File metadata and controls

117 lines (89 loc) · 6.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:msclus.CLUSTER_CONTROL_OBJECT
CLUSTER_CONTROL_OBJECT (msclus.h)
The CLUSTER_CONTROL_OBJECT (msclus.h) is the 8-bit object component of a control code that indicates the cluster object type to which the control code applies.
CLUSTER_CONTROL_OBJECT
CLUSTER_CONTROL_OBJECT enumeration [Failover Cluster]
CLUS_OBJECT_CLUSTER
CLUS_OBJECT_GROUP
CLUS_OBJECT_GROUPSET
CLUS_OBJECT_INVALID
CLUS_OBJECT_NETINTERFACE
CLUS_OBJECT_NETWORK
CLUS_OBJECT_NODE
CLUS_OBJECT_RESOURCE
CLUS_OBJECT_RESOURCE_TYPE
CLUS_OBJECT_USER
_CLUSTER_CONTROL_OBJECT
_CLUSTER_CONTROL_OBJECT enumeration [Failover Cluster]
clusapi/CLUSTER_CONTROL_OBJECT
clusapi/CLUS_OBJECT_CLUSTER
clusapi/CLUS_OBJECT_GROUP
clusapi/CLUS_OBJECT_GROUPSET
clusapi/CLUS_OBJECT_INVALID
clusapi/CLUS_OBJECT_NETINTERFACE
clusapi/CLUS_OBJECT_NETWORK
clusapi/CLUS_OBJECT_NODE
clusapi/CLUS_OBJECT_RESOURCE
clusapi/CLUS_OBJECT_RESOURCE_TYPE
clusapi/CLUS_OBJECT_USER
clusapi/_CLUSTER_CONTROL_OBJECT
msclus/CLUSTER_CONTROL_OBJECT
msclus/CLUS_OBJECT_CLUSTER
msclus/CLUS_OBJECT_GROUP
msclus/CLUS_OBJECT_GROUPSET
msclus/CLUS_OBJECT_INVALID
msclus/CLUS_OBJECT_NETINTERFACE
msclus/CLUS_OBJECT_NETWORK
msclus/CLUS_OBJECT_NODE
msclus/CLUS_OBJECT_RESOURCE
msclus/CLUS_OBJECT_RESOURCE_TYPE
msclus/CLUS_OBJECT_USER
msclus/_CLUSTER_CONTROL_OBJECT
mscs.cluster_control_object
mscs\cluster_control_object.htm
MsCS
63719776-0b3a-470a-a732-40e62064c6fc
08/02/2022
CLUSTER_CONTROL_OBJECT, CLUSTER_CONTROL_OBJECT enumeration [Failover Cluster], CLUS_OBJECT_CLUSTER, CLUS_OBJECT_GROUP, CLUS_OBJECT_GROUPSET, CLUS_OBJECT_INVALID, CLUS_OBJECT_NETINTERFACE, CLUS_OBJECT_NETWORK, CLUS_OBJECT_NODE, CLUS_OBJECT_RESOURCE, CLUS_OBJECT_RESOURCE_TYPE, CLUS_OBJECT_USER, _CLUSTER_CONTROL_OBJECT, _CLUSTER_CONTROL_OBJECT enumeration [Failover Cluster], clusapi/CLUSTER_CONTROL_OBJECT, clusapi/CLUS_OBJECT_CLUSTER, clusapi/CLUS_OBJECT_GROUP, clusapi/CLUS_OBJECT_GROUPSET, clusapi/CLUS_OBJECT_INVALID, clusapi/CLUS_OBJECT_NETINTERFACE, clusapi/CLUS_OBJECT_NETWORK, clusapi/CLUS_OBJECT_NODE, clusapi/CLUS_OBJECT_RESOURCE, clusapi/CLUS_OBJECT_RESOURCE_TYPE, clusapi/CLUS_OBJECT_USER, clusapi/_CLUSTER_CONTROL_OBJECT, msclus/CLUSTER_CONTROL_OBJECT, msclus/CLUS_OBJECT_CLUSTER, msclus/CLUS_OBJECT_GROUP, msclus/CLUS_OBJECT_GROUPSET, msclus/CLUS_OBJECT_INVALID, msclus/CLUS_OBJECT_NETINTERFACE, msclus/CLUS_OBJECT_NETWORK, msclus/CLUS_OBJECT_NODE, msclus/CLUS_OBJECT_RESOURCE, msclus/CLUS_OBJECT_RESOURCE_TYPE, msclus/CLUS_OBJECT_USER, msclus/_CLUSTER_CONTROL_OBJECT, mscs.cluster_control_object
msclus.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
CLUSTER_CONTROL_OBJECT
19H1
CLUSTER_CONTROL_OBJECT
msclus/CLUSTER_CONTROL_OBJECT
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
MsClus.h
CLUSTER_CONTROL_OBJECT

CLUSTER_CONTROL_OBJECT enumeration

-description

The 8-bit object component of a control code that indicates the type of cluster object to which the control code applies. For more information, see Control Code Architecture.

-enum-fields

-field CLUS_OBJECT_INVALID:0

Zero is not a valid object code value.

-field CLUS_OBJECT_RESOURCE

Object code part of resource control codes that identifies cluster resources as the target.

-field CLUS_OBJECT_RESOURCE_TYPE

Object code part of resource type control codes that identifies cluster resource types as the target.

-field CLUS_OBJECT_GROUP

Object code part of group control codes that identifies cluster groups as the target.

-field CLUS_OBJECT_NODE

Object code part of node control codes that identifies cluster nodes as the target.

-field CLUS_OBJECT_NETWORK

Object code part of network control codes that identifies cluster networks as the target.

-field CLUS_OBJECT_NETINTERFACE

Object code part of network interface control codes that identifies cluster network interfaces as the target.

-field CLUS_OBJECT_CLUSTER

Object code part of cluster control codes that identifies a cluster as the target.

-field CLUS_OBJECT_GROUPSET

Object code part of cluster control codes that identifies a groupset as the target.

Windows Server 2012 R2 and Windows Server 2012:  This constant is not supported prior to Windows Server 2016.

-field CLUS_OBJECT_USER:128

Object code part of control codes that identifies cluster object types not defined by Windows Clustering.

-see-also

Failover Cluster Enumerations