Commit a5d441c1 authored by Roman Pišl's avatar Roman Pišl Committed by Alexandre Julliard

rstrtmgr: Add RM_FILTER_ACTION definition.

parent d4cfa070
......@@ -49,6 +49,12 @@ typedef enum _RM_REBOOT_REASON {
RmRebootReasonDetectedSelf = 0x0010
} RM_REBOOT_REASON;
typedef enum _RM_FILTER_ACTION {
RmInvalidFilterAction = 0x0000,
RmNoRestart = 0x0001,
RmNoShutdown = 0x0002
} RM_FILTER_ACTION;
typedef struct {
DWORD dwProcessId;
FILETIME ProcessStartTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment