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 resource.
Syntax
typedef enum CLUSTER_CHANGE_RESOURCE_V2 {
CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2 = 0x1,
CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2 = 0x2,
CLUSTER_CHANGE_RESOURCE_STATE_V2 = 0x4,
CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2 = 0x8,
CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2 = 0x10,
CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2 = 0x20,
CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2 = 0x40,
CLUSTER_CHANGE_RESOURCE_DELETED_V2 = 0x80,
CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2 = 0x100,
CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2 = 0x200,
CLUSTER_CHANGE_RESOURCE_TERMINAL_STATE_V2 = 0x400,
CLUSTER_CHANGE_RESOURCE_ALL_V2
} ;
Constants
CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2Value: 0x1 Indicates that the resource's common properties have changed. |
CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2Value: 0x2 Indicates that the resource's private properties have changed. |
CLUSTER_CHANGE_RESOURCE_STATE_V2Value: 0x4 Indicates that the state of the resource has changed. |
CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2Value: 0x8 Indicates that the owner group of the resource has changed. |
CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2Value: 0x10 Indicates that the resource's dependencies have changed. |
CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2Value: 0x20 Indicates that the resource's dependents have changed. |
CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2Value: 0x40 Indicates that the resource's possible owner nodes have changed. |
CLUSTER_CHANGE_RESOURCE_DELETED_V2Value: 0x80 Indicates that the resource has been deleted. |
CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2Value: 0x100 Indicates that the resource's DLL has been upgraded. |
CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2Value: 0x200 Indicates that the resource's context handle was closed. |
CLUSTER_CHANGE_RESOURCE_TERMINAL_STATE_V2Value: 0x400 TBD |
CLUSTER_CHANGE_RESOURCE_ALL_V2Indicates all V2 resource 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 |