CLUSCTL_RESOURCE_DELETE_REGISTRY_CHECKPOINT

The CLUSCTL_RESOURCE_DELETE_REGISTRY_CHECKPOINT control code is used to remove a registry tree from the list of registry trees that are being replicated for a resource.

Quick Info

Type: External
Access: CLUS_ACCESS_WRITE
Input: Null-terminated Unicode string
Output: None
Global: CLUS_NOT_GLOBAL
Modify: CLUS_MODIFY
Code: CLCTL_DELETE_REGISTRY_CHECKPOINT

Notes to Callers

Set the lpInBuffer parameter to point to a string that specifies the name of a registry key that was previously registered with the CLUSCTL_RESOURCE_ADD_REGISTRY_CHECKPOINT control code. This is the key identifying the registry tree that will no longer be replicated by Cluster Service.

Notes to Resource DLL Writers

Avoid supporting the CLUSCTL_RESOURCE_DELETE_REGISTRY_CHECKPOINT control code. Allow the Resource Monitor to handle it by returning ERROR_INVALID_FUNCTION from your ResourceControl entry point function.