windows-nt/Source/XPSP1/NT/windows/appcompat/windowsupdate/installer/systemrestore.h
2020-09-26 16:20:57 +08:00

27 lines
367 B
C

/*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
SystemRestore.h
Abstract:
Implements a function to set/clear
a system restore point.
Notes:
Unicode only.
History:
04/09/2001 markder Created
--*/
BOOL SystemRestorePointStart(BOOL bInstall);
BOOL SystemRestorePointEnd();
BOOL SystemRestorePointCancel();