ReactOS 0.4.16-dev-927-g467dec4
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <srrestoreptapi.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | NDEBUG |
Functions | |
BOOL WINAPI | SRSetRestorePointA (PRESTOREPOINTINFOA pRestorePtSpec, PSTATEMGRSTATUS pStateMgrStatus) |
BOOL WINAPI | SRSetRestorePointW (PRESTOREPOINTINFOW pRestorePtSpec, PSTATEMGRSTATUS pStateMgrStatus) |
DWORD WINAPI | SRRemoveRestorePoint (DWORD dwNumber) |
#define NDEBUG |
Definition at line 27 of file srclient_main.c.
#define WIN32_NO_STATUS |
Definition at line 19 of file srclient_main.c.
Definition at line 71 of file srclient_main.c.
BOOL WINAPI SRSetRestorePointA | ( | PRESTOREPOINTINFOA | pRestorePtSpec, |
PSTATEMGRSTATUS | pStateMgrStatus | ||
) |
Definition at line 32 of file srclient_main.c.
BOOL WINAPI SRSetRestorePointW | ( | PRESTOREPOINTINFOW | pRestorePtSpec, |
PSTATEMGRSTATUS | pStateMgrStatus | ||
) |
Definition at line 54 of file srclient_main.c.
Referenced by SRSetRestorePointA().