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 set of notifications that are generated for a resource type.
Syntax
typedef enum CLUSTER_CHANGE_RESOURCE_TYPE_V2 {
CLUSTER_CHANGE_RESOURCE_TYPE_DELETED_V2 = 0x00000001,
CLUSTER_CHANGE_RESOURCE_TYPE_COMMON_PROPERTY_V2 = 0x00000002,
CLUSTER_CHANGE_RESOURCE_TYPE_PRIVATE_PROPERTY_V2 = 0x00000004,
CLUSTER_CHANGE_RESOURCE_TYPE_POSSIBLE_OWNERS_V2 = 0x00000008,
CLUSTER_CHANGE_RESOURCE_TYPE_DLL_UPGRADED_V2 = 0x00000010,
CLUSTER_RESOURCE_TYPE_SPECIFIC_V2 = 0x00000020,
CLUSTER_CHANGE_RESOURCE_TYPE_ALL_V2
} ;
Constants
CLUSTER_CHANGE_RESOURCE_TYPE_DELETED_V2 Value: 0x00000001 Indicates that the resource type has been deleted. |
CLUSTER_CHANGE_RESOURCE_TYPE_COMMON_PROPERTY_V2 Value: 0x00000002 Indicates that the resource type common properties have changed. |
CLUSTER_CHANGE_RESOURCE_TYPE_PRIVATE_PROPERTY_V2 Value: 0x00000004 Indicates that the resource type private properties have changed. |
CLUSTER_CHANGE_RESOURCE_TYPE_POSSIBLE_OWNERS_V2 Value: 0x00000008 Indicates that the possible owners for the resource type have changed. |
CLUSTER_CHANGE_RESOURCE_TYPE_DLL_UPGRADED_V2 Value: 0x00000010 Indicates that the resource type DLL has been upgraded. |
CLUSTER_RESOURCE_TYPE_SPECIFIC_V2 Value: 0x00000020 An indication that is specific to the resource type. Windows Server 2012 R2 and Windows Server 2012: This member is not supported until Windows Server 2016. |
CLUSTER_CHANGE_RESOURCE_TYPE_ALL_V2 Indicates all V2 resource type notifications. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | clusapi.h |