microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.34k stars 118 forks source link

IContextMenu::QueryContextMenu returns multiple success values #2011

Closed riverar closed 2 weeks ago

riverar commented 3 weeks ago

IContextMenu::QueryContextMenu needs PreserveSig or ReturnsMultipleSuccessValues (or equivalent) to handle its unique return semantics https://learn.microsoft.com/windows/win32/api/shobjidl_core/nf-shobjidl_core-icontextmenu-querycontextmenu#return-value

biplab5464 commented 2 weeks ago

Hi guys,

We are planing to implement iContextMenu using windows-rs. Can we have time frame for the fix so we can make our plan according to it.