Skip to content

Commit

Permalink
EXIT_WINDOWS_FLAGS is incomplete. Fixed #1641.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jul 24, 2023
1 parent 5f20150 commit 9802e1a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
32 changes: 6 additions & 26 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -18027,32 +18027,12 @@
},
{
"name": "EXIT_WINDOWS_FLAGS",
"members": [
{
"name": "EWX_HYBRID_SHUTDOWN",
"value": "4194304"
},
{
"name": "EWX_LOGOFF",
"value": "0"
},
{
"name": "EWX_POWEROFF",
"value": "8"
},
{
"name": "EWX_REBOOT",
"value": "2"
},
{
"name": "EWX_RESTARTAPPS",
"value": "64"
},
{
"name": "EWX_SHUTDOWN",
"value": "1"
}
],
"flags": true,
"autoPopulate": {
"filter": "EWX_",
"header": "winuser.h"
},
"members": [],
"uses": [
{
"method": "ExitWindowsEx",
Expand Down
16 changes: 16 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61902,3 +61902,19 @@ Windows.Win32.System.GroupPolicy.Apis.RsopFileAccessCheck : pbAccessStatus...Int
Windows.Win32.UI.ColorSystem.Apis.CMIsProfileValid : lpbValid...Int32* => BOOL*
Windows.Win32.UI.Controls.RichEdit.GETTEXTEX.lpUsedDefChar(X64, Arm64)...System.Int32* => Windows.Win32.Foundation.BOOL*
Windows.Win32.UI.Controls.RichEdit.GETTEXTEX.lpUsedDefChar(X86)...System.Int32* => Windows.Win32.Foundation.BOOL*
# Fixed #1641.
Windows.Win32.System.Shutdown.EXIT_WINDOWS_FLAGS : => [Flags]
Windows.Win32.System.Shutdown.EXIT_WINDOWS_FLAGS.EWX_ARSO added
Windows.Win32.System.Shutdown.EXIT_WINDOWS_FLAGS.EWX_BOOTOPTIONS added
Windows.Win32.System.Shutdown.EXIT_WINDOWS_FLAGS.EWX_CHECK_SAFE_FOR_SERVER added
Windows.Win32.System.Shutdown.EXIT_WINDOWS_FLAGS.EWX_FORCE added
Windows.Win32.System.Shutdown.EXIT_WINDOWS_FLAGS.EWX_FORCEIFHUNG added
Windows.Win32.System.Shutdown.EXIT_WINDOWS_FLAGS.EWX_QUICKRESOLVE added
Windows.Win32.System.Shutdown.EXIT_WINDOWS_FLAGS.EWX_SYSTEM_INITIATED added
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_ARSO removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_BOOTOPTIONS removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_CHECK_SAFE_FOR_SERVER removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_FORCE removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_FORCEIFHUNG removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_QUICKRESOLVE removed
Windows.Win32.UI.WindowsAndMessaging.Apis.EWX_SYSTEM_INITIATED removed

0 comments on commit 9802e1a

Please sign in to comment.