IContextMenu::QueryContextMenu returns multiple success values. Fixed #2011.

This commit is contained in:
Mike Battista 2024-11-07 11:25:30 -05:00
Родитель e96b94f8d7
Коммит 2e99544730
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1997,3 +1997,4 @@ StartPagePrinter::hPrinter=PRINTER_HANDLE
UpdatePrintDeviceObject::hPrinter=PRINTER_HANDLE
WaitForPrinterChange::hPrinter=PRINTER_HANDLE
WritePrinter::hPrinter=PRINTER_HANDLE
IContextMenu::QueryContextMenu=[CanReturnMultipleSuccessValues]

Просмотреть файл

@ -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)]