0 out of 1 rated this helpful - Rate this topic

SRRemoveRestorePoint function

Applies to: desktop apps only

Deletes the specified restore point.

Syntax

DWORD SRRemoveRestorePoint(
  __in  DWORD dwRPNum
);

Parameters

dwRPNum [in]

The sequence number of the restore point.

Return value

If the function succeeds, the return value is ERROR_SUCCESS.

If the specified restore point does not exist or cannot be removed, the return value is ERROR_INVALID_DATA. All other error codes indicate an internal error.

Remarks

Applications should not call System Restore functions using load-time dynamic linking. Instead, use the LoadLibrary function to load SrClient.dll and GetProcAddress to call the function.

Requirements

Minimum supported client

Windows XP

Minimum supported server

None supported

Header

SRRestorePtAPI.h

DLL

SrClient.dll

See also

SRSetRestorePoint

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ