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 notifications that are generated for a registry key.
Syntax
typedef enum CLUSTER_CHANGE_REGISTRY_V2 {
CLUSTER_CHANGE_REGISTRY_ATTRIBUTES_V2 = 0x00000001,
CLUSTER_CHANGE_REGISTRY_NAME_V2 = 0x00000002,
CLUSTER_CHANGE_REGISTRY_SUBTREE_V2 = 0x00000004,
CLUSTER_CHANGE_REGISTRY_VALUE_V2 = 0x00000008,
CLUSTER_CHANGE_REGISTRY_HANDLE_CLOSE_V2 = 0x00000010,
CLUSTER_CHANGE_REGISTRY_ALL_V2
} ;
Constants
CLUSTER_CHANGE_REGISTRY_ATTRIBUTES_V2Value: 0x00000001 Indicates that the registry attributes changed. |
CLUSTER_CHANGE_REGISTRY_NAME_V2Value: 0x00000002 Indicates that the registry key name has changed. |
CLUSTER_CHANGE_REGISTRY_SUBTREE_V2Value: 0x00000004 Indicates that the registry subtree has changed. |
CLUSTER_CHANGE_REGISTRY_VALUE_V2Value: 0x00000008 Indicates that the registry value has changed. |
CLUSTER_CHANGE_REGISTRY_HANDLE_CLOSE_V2Value: 0x00000010 Indicates that the registry's context handle was closed. |
CLUSTER_CHANGE_REGISTRY_ALL_V2Indicates all V2 registry 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 | clusapi.h |