2.2.2.19 CLUSTER_CHANGE_REGISTRY_V2

The CLUSTER_CHANGE_REGISTRY_V2 enumeration lists the notifications that are generated for a registry key. ClusAPI Protocol version 2.0 servers do not support this value.<16>

These notifications are available only with ApiGetNotifyV2 (section 3.1.4.2.138). The object type is CLUSTER_OBJECT_TYPE_REGISTRY. The ParentId is not set for these notifications.

 typedef  enum 
 {
   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_V2;

CLUSTER_CHANGE_REGISTRY_ATTRIBUTES_V2: This notification indicates that the registry attributes changed.

CLUSTER_CHANGE_REGISTRY_NAME_V2: This notification indicates that the registry key name has changed.

CLUSTER_CHANGE_REGISTRY_SUBTREE_V2: This notification indicates that the registry subtree has changed.

CLUSTER_CHANGE_REGISTRY_VALUE_V2: This notification indicates that the registry value has changed.

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