mirror of https://github.com/tongzx/nt5src
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
26 lines
367 B
/*++
|
|
|
|
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();
|