Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the list of notifications that are generated for a groupset.
Syntax
typedef enum CLUSTER_CHANGE_GROUPSET_V2 {
CLUSTER_CHANGE_GROUPSET_DELETED_v2 = 0x00000001,
CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2 = 0x00000002,
CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2 = 0x00000004,
CLUSTER_CHANGE_GROUPSET_STATE_V2 = 0x00000008,
CLUSTER_CHANGE_GROUPSET_GROUP_ADDED = 0x00000010,
CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED = 0x00000020,
CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2 = 0x00000040,
CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2 = 0x00000080,
CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2 = 0x00000100,
CLUSTER_CHANGE_GROUPSET_ALL_V2
} ;
Constants
CLUSTER_CHANGE_GROUPSET_DELETED_v2 Value: 0x00000001 Indicates that a groupset was deleted. |
CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2 Value: 0x00000002 Indicates that a common property of the groupset has changed. |
CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2 Value: 0x00000004 Indicates that a private property of the groupset has changed. |
CLUSTER_CHANGE_GROUPSET_STATE_V2 Value: 0x00000008 Indicates that the group's state changed. |
CLUSTER_CHANGE_GROUPSET_GROUP_ADDED Value: 0x00000010 Indicates that a group has been added to the groupset. |
CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED Value: 0x00000020 Indicates that a group has been removed from the groupset. |
CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2 Value: 0x00000040 Indicates that the groupset's dependencies have changed. |
CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2 Value: 0x00000080 Indicates that the groupset's dependents have changed. |
CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2 Value: 0x00000100 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 | clusapi.h |