Skip to content

Commit

Permalink
Annotate two DXGI getters with the right enum type
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Dec 8, 2023
1 parent 3d65d37 commit 32a0b77
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 @@ -1748,4 +1748,6 @@ WNetUseConnectionA::return=WIN32_ERROR
WNetUseConnectionW::return=WIN32_ERROR
HttpReceiveHttpRequest::Overlapped=[Out]
PFTASKDIALOGCALLBACK::msg=[AssociatedEnum("TASKDIALOG_NOTIFICATIONS")]
GlobalMemoryStatusEx::lpBuffer=[In]
GlobalMemoryStatusEx::lpBuffer=[In]
IDXGIOutput6::CheckHardwareCompositionSupport::pFlags=DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS
IDXGISwapChain3::CheckColorSpaceSupport::pColorSpaceSupport=DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
3 changes: 3 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,6 @@ Windows.Win32.Networking.WinSock.Apis.WSAID_WSASENDMSG added
Windows.Win32.Security.Cryptography.UI.Apis.CERT_CERTIFICATE_ACTION_VERIFY added
Windows.Win32.System.Performance.Apis.PERF_AGGREGATE_MAX removed
Windows.Win32.System.Performance.PERF_COUNTER_AGGREGATE_FUNC.PERF_AGGREGATE_MAX added
# Annotate two DXGI getters with the right enum type
Windows.Win32.Graphics.Dxgi.IDXGIOutput6.CheckHardwareCompositionSupport : pFlags...UInt32* => DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS*
Windows.Win32.Graphics.Dxgi.IDXGISwapChain3.CheckColorSpaceSupport : pColorSpaceSupport...UInt32* => DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG*

0 comments on commit 32a0b77

Please sign in to comment.