Skip to content

Commit

Permalink
Fixed #1366.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Nov 18, 2022
1 parent 75a944e commit 870bbb0
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 2 deletions.
30 changes: 28 additions & 2 deletions generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -32149,8 +32149,34 @@
"filter": "DESKTOP_",
"header": "WinUser.h"
},
"members": [],
"uses": []
"members": [
{
"name": "DESKTOP_DELETE",
"value": "(0x00010000)"
},
{
"name": "DESKTOP_READ_CONTROL",
"value": "(0x00020000)"
},
{
"name": "DESKTOP_WRITE_DAC",
"value": "(0x00040000)"
},
{
"name": "DESKTOP_WRITE_OWNER",
"value": "(0x00080000)"
},
{
"name": "DESKTOP_SYNCHRONIZE",
"value": "(0x00100000)"
}
],
"uses": [
{
"method": "OpenInputDesktop",
"parameter": "dwDesiredAccess"
}
]
},
{
"name": "ACTIVEOBJECT_FLAGS",
Expand Down
27 changes: 27 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,30 @@ Windows.Win32.UI.WindowsAndMessaging.MOUSEHOOKSTRUCTEX.mouseData...Windows.Win32
Windows.Win32.UI.WindowsAndMessaging.MSLLHOOKSTRUCT.mouseData...Windows.Win32.UI.WindowsAndMessaging.MOUSEHOOKSTRUCTEX_MOUSE_DATA => System.UInt32
# Fixed #1371.
Windows.Win32.System.Com.IUnknown.QueryInterface : => [CanReturnErrorsAsSuccess]
# Fixed #1366.
Windows.Win32.System.StationsAndDesktops.Apis.OpenInputDesktop : dwDesiredAccess...UInt32 => DESKTOP_ACCESS_FLAGS
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_CREATEMENU added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_CREATEWINDOW added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_DELETE added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_ENUMERATE added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_HOOKCONTROL added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_JOURNALPLAYBACK added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_JOURNALRECORD added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_READ_CONTROL added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_READOBJECTS added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_SWITCHDESKTOP added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_SYNCHRONIZE added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_WRITE_DAC added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_WRITE_OWNER added
Windows.Win32.System.StationsAndDesktops.DESKTOP_ACCESS_FLAGS.DESKTOP_WRITEOBJECTS added
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_CREATEMENU removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_CREATEWINDOW removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_ENUMERATE removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_HOOKCONTROL removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_JOURNALPLAYBACK removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_JOURNALRECORD removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_READOBJECTS removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_SWITCHDESKTOP removed
Windows.Win32.System.SystemServices.DESKTOP_ACCESS_FLAGS.DESKTOP_WRITEOBJECTS removed

0 comments on commit 870bbb0

Please sign in to comment.