From e970a33b9549b7a8ca82ca03dbdc20ebba42042b Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 28 Dec 2008 10:23:32 +0000 Subject: [PATCH] update system restore header svn path=/trunk/; revision=38405 --- reactos/include/psdk/srrestoreptapi.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reactos/include/psdk/srrestoreptapi.h b/reactos/include/psdk/srrestoreptapi.h index 456186c4094..844f0b98c6c 100644 --- a/reactos/include/psdk/srrestoreptapi.h +++ b/reactos/include/psdk/srrestoreptapi.h @@ -27,6 +27,13 @@ extern "C" { /* Defines */ +/* Event types */ +#define BEGIN_NESTED_SYSTEM_CHANGE 102 +#define END_NESTED_SYSTEM_CHANGE 103 + +/* Restore point types */ +#define APPLICATION_INSTALL 0 + #define MAX_DESC 64 #define MAX_DESC_W 256