GetMenuPosFromID(3w)
NAME
GetMenuPosFromID (SHLWAPI.@)
SYNOPSIS
INT GetMenuPosFromID ( HMENU hMenu, UINT wID )
DESCRIPTION
Return the position of a menu item from its Id.
PARAMS
hMenu [In] Menu containing the item.
wID [In] Id of the menu item.
RETURNS
Success: The index of the menu item in hMenu.
Failure: -1, If the item is not found.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".