CLUSTER_CHANGE_GROUPSET_V2 enumeration (msclus.h)

Defines the list of notifications that are generated for a groupset.

Syntax

typedef enum CLUSTER_CHANGE_GROUPSET_V2 {
  CLUSTER_CHANGE_GROUPSET_DELETED_v2 = 0x1,
  CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2 = 0x2,
  CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2 = 0x4,
  CLUSTER_CHANGE_GROUPSET_STATE_V2 = 0x8,
  CLUSTER_CHANGE_GROUPSET_GROUP_ADDED = 0x10,
  CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED = 0x20,
  CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2 = 0x40,
  CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2 = 0x80,
  CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2 = 0x100,
  CLUSTER_CHANGE_GROUPSET_ALL_V2
} ;

Constants

 
CLUSTER_CHANGE_GROUPSET_DELETED_v2
Value: 0x1
Indicates that a groupset was deleted.
CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2
Value: 0x2
Indicates that a common property of the groupset has changed.
CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2
Value: 0x4
Indicates that a private property of the groupset has changed.
CLUSTER_CHANGE_GROUPSET_STATE_V2
Value: 0x8
Indicates that the group's state changed.
CLUSTER_CHANGE_GROUPSET_GROUP_ADDED
Value: 0x10
Indicates that a group has been added to the groupset.
CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED
Value: 0x20
Indicates that a group has been removed from the groupset.
CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2
Value: 0x40
Indicates that the groupset's dependencies have changed.
CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2
Value: 0x80
Indicates that the groupset's dependents have changed.
CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2
Value: 0x100
Indicates that the group's context handle was closed.
CLUSTER_CHANGE_GROUPSET_ALL_V2

Requirements

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