windows-nt/Source/XPSP1/NT/windows/appcompat/windowsupdate/installer/systemrestore.h

27 lines
367 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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();