Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
367 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. SystemRestore.h
  5. Abstract:
  6. Implements a function to set/clear
  7. a system restore point.
  8. Notes:
  9. Unicode only.
  10. History:
  11. 04/09/2001 markder Created
  12. --*/
  13. BOOL SystemRestorePointStart(BOOL bInstall);
  14. BOOL SystemRestorePointEnd();
  15. BOOL SystemRestorePointCancel();