Skip to content

Commit

Permalink
Fixed #1435.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jan 20, 2023
1 parent 8fc8a2c commit c137031
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generation/WinSDK/emitter.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -1345,4 +1345,6 @@ CoGetCallContext::ppInterface=[ComOutPtr]
CoGetCancelObject::ppUnk=[ComOutPtr]
QueryDisplayConfig::return=WIN32_ERROR
QueryDisplayConfig::currentTopologyId=[Optional]
GetDisplayConfigBufferSizes::return=WIN32_ERROR
GetDisplayConfigBufferSizes::return=WIN32_ERROR
WTSQuerySessionInformationA::hServer=[Optional]
WTSQuerySessionInformationW::hServer=[Optional]
3 changes: 3 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -750,3 +750,6 @@ Windows.Win32.System.SystemServices.Apis.SE_TIME_ZONE_NAME => Windows.Win32.Secu
Windows.Win32.System.SystemServices.Apis.SE_TRUSTED_CREDMAN_ACCESS_NAME => Windows.Win32.Security.Apis.SE_TRUSTED_CREDMAN_ACCESS_NAME
Windows.Win32.System.SystemServices.Apis.SE_UNDOCK_NAME => Windows.Win32.Security.Apis.SE_UNDOCK_NAME
Windows.Win32.System.SystemServices.Apis.SE_UNSOLICITED_INPUT_NAME => Windows.Win32.Security.Apis.SE_UNSOLICITED_INPUT_NAME
# Fixed #1435.
Windows.Win32.System.RemoteDesktop.Apis.WTSQuerySessionInformationA : hServer : [In] => [Optional]
Windows.Win32.System.RemoteDesktop.Apis.WTSQuerySessionInformationW : hServer : [In] => [Optional]

0 comments on commit c137031

Please sign in to comment.