GetMenuPosFromID.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/ordinal.c".

Debug channel "shell".