RemoveRegistryCheckpoint method of the MSCluster_Resource class

Removes a registry key from the list of keys being checkpointed for the resource.

Syntax

void RemoveRegistryCheckpoint(
  [in] string CheckpointName
);

Parameters

CheckpointName [in]

The registry key name at the root of the subtree that should be checkpointed for the resource. This is a key name that is relative to HKEY_LOCAL_MACHINE, such as Software\Microsoft\My Application. Do not use a leading backslash () in the relative path or the call will fail.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_Resource