RestorePointType
(number) The type of restore point to set. Choose from:
CONSTANT |
VALUE DESCRIPTION |
|
SYS_RESTORE_APP_INSTALL |
0 |
The restore point wraps an application install. |
SYS_RESTORE_APP_UNINSTALL |
1 |
The restore point wraps an application uninstall. |
SYS_RESTORE_APP_DDRIVER_INSTALL |
10 |
The restore point wraps a device driver install. |
SYS_RESTORE_MODIFY_SETTINGS |
12 |
The restore point wraps the modifications of an application's settings. (Only System Restore monitored file extensions are restored) |
SYS_RESTORE_CANCELLED_OPERATION |
13 |
The operation that the restore point was set to wrap has been canceled. As a result the |
restore point needs to be deleted. For example, an install would use this flag when a user cancels the installation.
Note: You can delete a restore point using the System.RemoveRestorePoint action.