0 out of 2 rated this helpful - Rate this topic

SRRemoveRestorePoint function

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 [desktop apps only]

Minimum supported server

None supported [desktop apps only]

Header

SRRestorePtAPI.h

DLL

SrClient.dll

See also

SRSetRestorePoint

 

 

Send comments about this topic to Microsoft

Build date: 11/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.