Edit

Share via


System Restore

Overview of the System Restore technology.

To develop System Restore, you need these headers:

For programming guidance for this technology, see:

Functions

 
SRRemoveRestorePoint

Deletes the specified restore point.
SRSetRestorePointA

Specifies the beginning and the ending of a set of changes so that System Restore can create a restore point. (ANSI)
SRSetRestorePointW

Specifies the beginning and the ending of a set of changes so that System Restore can create a restore point. (Unicode)

Structures

 
RESTOREPOINTINFOA

Contains information used by the SRSetRestorePoint function. (ANSI)
RESTOREPOINTINFOW

Contains information used by the SRSetRestorePoint function. (Unicode)
STATEMGRSTATUS

Contains status information used by the SRSetRestorePoint function.