Roman Pišl : rstrtmgr: Add RM_FILTER_ACTION definition.

Alexandre Julliard julliard at winehq.org
Mon Oct 28 16:43:36 CDT 2019


Module: wine
Branch: master
Commit: a5d441c19fbcea0eb4ab63cd966178cf209840e2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a5d441c19fbcea0eb4ab63cd966178cf209840e2

Author: Roman Pišl <rpisl at seznam.cz>
Date:   Sun Oct 27 11:16:46 2019 +0100

rstrtmgr: Add RM_FILTER_ACTION definition.

Signed-off-by: Roman Pišl <rpisl at seznam.cz>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/restartmanager.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/restartmanager.h b/include/restartmanager.h
index 9ee066d11d..ca5f9be71b 100644
--- a/include/restartmanager.h
+++ b/include/restartmanager.h
@@ -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;




More information about the wine-cvs mailing list