GetMenuPosFromID (SHLWAPI.@)
INT GetMenuPosFromID ( HMENU hMenu, UINT wID )
Return the position of a menu item from its Id.
hMenu | [In] | Menu containing the item. |
wID | [In] | Id of the menu item. |
Success: The index of the menu item in hMenu.
Failure: -1, If the item is not found.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.