rstrtmgr: Add RM_FILTER_ACTION definition.
Signed-off-by: Roman Pišl <rpisl@seznam.cz> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d4cfa070cb
commit
a5d441c19f
|
@ -49,6 +49,12 @@ typedef enum _RM_REBOOT_REASON {
|
||||||
RmRebootReasonDetectedSelf = 0x0010
|
RmRebootReasonDetectedSelf = 0x0010
|
||||||
} RM_REBOOT_REASON;
|
} RM_REBOOT_REASON;
|
||||||
|
|
||||||
|
typedef enum _RM_FILTER_ACTION {
|
||||||
|
RmInvalidFilterAction = 0x0000,
|
||||||
|
RmNoRestart = 0x0001,
|
||||||
|
RmNoShutdown = 0x0002
|
||||||
|
} RM_FILTER_ACTION;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
DWORD dwProcessId;
|
DWORD dwProcessId;
|
||||||
FILETIME ProcessStartTime;
|
FILETIME ProcessStartTime;
|
||||||
|
|
Loading…
Reference in New Issue