Author: cwittich Date: Sun Dec 28 04:23:32 2008 New Revision: 38405
URL: http://svn.reactos.org/svn/reactos?rev=38405&view=rev Log: update system restore header
Modified: trunk/reactos/include/psdk/srrestoreptapi.h
Modified: trunk/reactos/include/psdk/srrestoreptapi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/srrestoreptapi... ============================================================================== --- trunk/reactos/include/psdk/srrestoreptapi.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/srrestoreptapi.h [iso-8859-1] Sun Dec 28 04:23:32 2008 @@ -26,6 +26,13 @@ #endif
/* 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