[Bug 37804] New: ExitWindowsEx do not work

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 30 05:06:46 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=37804

            Bug ID: 37804
           Summary: ExitWindowsEx do not work
           Product: Wine
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: user32
          Assignee: wine-bugs at winehq.org
          Reporter: den.aria at gmail.com
      Distribution: ---

function ExitWindowsEx do not restart or shutdown
        dwFlags := EWX_FORCE or EWX_FORCEIFHUNG;
        case AFlag of
          0: dwFlags := dwFlags or EWX_REBOOT;
          1: dwFlags := dwFlags or EWX_POWEROFF;
          2: dwFlags := dwFlags or EWX_LOGOFF;
        end;
        ExitWindowsEx(dwFlags, 0);

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list