include: Add recovery defines.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0bce8863b4
commit
d7dd469be4
|
@ -1053,6 +1053,16 @@ typedef DWORD (CALLBACK *LPPROGRESS_ROUTINE)(LARGE_INTEGER, LARGE_INTEGER, LARGE
|
|||
|
||||
typedef DWORD (WINAPI *APPLICATION_RECOVERY_CALLBACK)(PVOID);
|
||||
|
||||
#define RECOVERY_DEFAULT_PING_INTERVAL 5000
|
||||
#define RECOVERY_MAX_PING_INTERVAL (5*60*1000)
|
||||
|
||||
#define RESTART_MAX_CMD_LINE 1024
|
||||
|
||||
#define RESTART_NO_CRASH 1
|
||||
#define RESTART_NO_HANG 2
|
||||
#define RESTART_NO_PATCH 4
|
||||
#define RESTART_NO_REBOOT 8
|
||||
|
||||
typedef enum _COPYFILE2_MESSAGE_TYPE
|
||||
{
|
||||
COPYFILE2_CALLBACK_NONE = 0,
|
||||
|
|
Loading…
Reference in New Issue