From 2e9954473074069e0846fed3137d1cb5374ce892 Mon Sep 17 00:00:00 2001 From: Mike Battista <13860912+mikebattista@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:25:30 -0500 Subject: [PATCH] IContextMenu::QueryContextMenu returns multiple success values. Fixed #2011. --- generation/WinSDK/emitter.settings.rsp | 1 + scripts/ChangesSinceLastRelease.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/generation/WinSDK/emitter.settings.rsp b/generation/WinSDK/emitter.settings.rsp index 32ea1560..a6beda01 100644 --- a/generation/WinSDK/emitter.settings.rsp +++ b/generation/WinSDK/emitter.settings.rsp @@ -1997,3 +1997,4 @@ StartPagePrinter::hPrinter=PRINTER_HANDLE UpdatePrintDeviceObject::hPrinter=PRINTER_HANDLE WaitForPrinterChange::hPrinter=PRINTER_HANDLE WritePrinter::hPrinter=PRINTER_HANDLE +IContextMenu::QueryContextMenu=[CanReturnMultipleSuccessValues] diff --git a/scripts/ChangesSinceLastRelease.txt b/scripts/ChangesSinceLastRelease.txt index fe09a343..ee68f005 100644 --- a/scripts/ChangesSinceLastRelease.txt +++ b/scripts/ChangesSinceLastRelease.txt @@ -2720,3 +2720,5 @@ Windows.Win32.Security.Cryptography.Apis.GetKeyDerivationInterface added Windows.Win32.Security.Cryptography.Apis.GetRngInterface added Windows.Win32.Security.Cryptography.Apis.GetSecretAgreementInterface added Windows.Win32.Security.Cryptography.Apis.GetSignatureInterface added +# Fixed #2011. +Windows.Win32.UI.Shell.IContextMenu.QueryContextMenu : [Documentation(https://learn.microsoft.com/windows/win32/api/shobjidl_core/nf-shobjidl_core-icontextmenu-querycontextmenu)] => [CanReturnMultipleSuccessValues,Documentation(https://learn.microsoft.com/windows/win32/api/shobjidl_core/nf-shobjidl_core-icontextmenu-querycontextmenu)]