CLUSTER_CHANGE_NODE_V2 enumeration (msclus.h)

Defines the notifications that are generated for a cluster node.

Syntax

typedef enum CLUSTER_CHANGE_NODE_V2 {
  CLUSTER_CHANGE_NODE_NETINTERFACE_ADDED_V2 = 0x1,
  CLUSTER_CHANGE_NODE_DELETED_V2 = 0x2,
  CLUSTER_CHANGE_NODE_COMMON_PROPERTY_V2 = 0x4,
  CLUSTER_CHANGE_NODE_PRIVATE_PROPERTY_V2 = 0x8,
  CLUSTER_CHANGE_NODE_STATE_V2 = 0x10,
  CLUSTER_CHANGE_NODE_GROUP_GAINED_V2 = 0x20,
  CLUSTER_CHANGE_NODE_GROUP_LOST_V2 = 0x40,
  CLUSTER_CHANGE_NODE_HANDLE_CLOSE_V2 = 0x80,
  CLUSTER_CHANGE_NODE_ALL_V2
} ;

Constants

 
CLUSTER_CHANGE_NODE_NETINTERFACE_ADDED_V2
Value: 0x1
Indicates that the network interface for the cluster node has been added.
CLUSTER_CHANGE_NODE_DELETED_V2
Value: 0x2
Indicates that the cluster node has been deleted.
CLUSTER_CHANGE_NODE_COMMON_PROPERTY_V2
Value: 0x4
Indicates that the common properties for the cluster node have been changed.
CLUSTER_CHANGE_NODE_PRIVATE_PROPERTY_V2
Value: 0x8
Indicates that the private properties for the cluster node have been changed.
CLUSTER_CHANGE_NODE_STATE_V2
Value: 0x10
Indicates that the state of the cluster node has changed.
CLUSTER_CHANGE_NODE_GROUP_GAINED_V2
Value: 0x20
Indicates that the cluster node has gained a group.
CLUSTER_CHANGE_NODE_GROUP_LOST_V2
Value: 0x40
Indicates that the cluster node has lost a group.
CLUSTER_CHANGE_NODE_HANDLE_CLOSE_V2
Value: 0x80
Indicates that the cluster node's context handle was closed.
CLUSTER_CHANGE_NODE_ALL_V2
Indicates all V2 cluster node notifications.

Remarks

Protocol version 2.0 servers do not support this enumeration.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Header msclus.h