Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
UINTGetMenuItemID(intnPos**)const;**
Return Value
The item ID for the specified item in a pop-up menu if the function is successful. If the specified item is a pop-up menu (as opposed to an item within the pop-up menu), the return value is –1. If nPos corresponds to a SEPARATOR menu item, the return value is 0.
Parameters
nPos
Specifies the position (zero-based) of the menu item whose ID is being retrieved.
Remarks
Obtains the menu-item identifier for a menu item located at the position defined by nPos.
Example
See the example for CMenu::InsertMenu.
CMenu Overview | Class Members | Hierarchy Chart
See Also CWnd::GetMenu, CMenu::GetMenuItemCount, CMenu::GetSubMenu,