2.2.2.13 CLUSTER_CHANGE_GROUP_V2

msdn link

The CLUSTER_CHANGE_GROUP_V2 enumeration SHOULD<10> define the list of notifications that are generated for a group. These notifications are available only with ApiGetNotifyV2 (section 3.1.4.2.138). The object type is CLUSTER_OBJECT_TYPE_GROUP. ClusAPI Protocol version 2.0 servers do not support this value.

 typedef  enum 
 {
   CLUSTER_CHANGE_GROUP_DELETED_V2 = 0x00000001,
   CLUSTER_CHANGE_GROUP_COMMON_PROPERTY_V2 = 0x00000002,
   CLUSTER_CHANGE_GROUP_PRIVATE_PROPERTY_V2 = 0x00000004,
   CLUSTER_CHANGE_GROUP_STATE_V2 = 0x00000008,
   CLUSTER_CHANGE_GROUP_OWNER_NODE_V2 = 0x00000010,
   CLUSTER_CHANGE_GROUP_PREFERRED_OWNERS_V2 = 0x00000020,
   CLUSTER_CHANGE_GROUP_RESOURCE_ADDED_V2 = 0x00000040,
   CLUSTER_CHANGE_GROUP_RESOURCE_GAINED_V2 = 0x00000080,
   CLUSTER_CHANGE_GROUP_RESOURCE_LOST_V2 = 0x00000100,
   CLUSTER_CHANGE_GROUP_HANDLE_CLOSE_V2 = 0x00000200
 } CLUSTER_CHANGE_GROUP_V2;

CLUSTER_CHANGE_GROUP_DELETED_V2: This notification indicates that a group was deleted.

CLUSTER_CHANGE_GROUP_COMMON_PROPERTY_V2: This notification indicates that a group's common property has changed. For details of group property lists, see section 2.2.3.10.

CLUSTER_CHANGE_GROUP_PRIVATE_PROPERTY_V2: This notification indicates that a group's private property has changed. For details of group property lists, see section 2.2.3.10.

CLUSTER_CHANGE_GROUP_STATE_V2: This notification indicates that the state of the group has changed. For details on group states, see section 3.1.4.2.46.

CLUSTER_CHANGE_GROUP_OWNER_NODE_V2: This notification indicates that the group's owner node has changed.

CLUSTER_CHANGE_GROUP_PREFERRED_OWNERS_V2: This notification indicates that the group's preferred owners have changed.

CLUSTER_CHANGE_GROUP_RESOURCE_ADDED_V2: This notification indicates that a resource was added to the group.

CLUSTER_CHANGE_GROUP_RESOURCE_GAINED_V2: This notification indicates that the group gained a resource.

CLUSTER_CHANGE_GROUP_RESOURCE_LOST_V2: This notification indicates that a resource is no longer part of the group.

CLUSTER_CHANGE_GROUP_HANDLE_CLOSE_V2: For details of this notification, see section 3.2.4.7.