Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
MM_ITEMPOSITIONFROMID (1.2)
◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
#define INCL_WINMENUS
MM_ITEMPOSITIONFROMID
mp1 = MPFROM2SHORT((USHORT) idItem, (BOOL) fIncludeSubMenus);
mp2 = 0L; /* not used, must be zero */
An application sends an MM_ITEMPOSITIONFROMID message to determine the
position of a menu item in the menu list.
Parameter Description
────────────────────────────────────────────────────────────────────────────
idItem Low word of mp1. Identifies the menu item.
fIncludeSubMenus High word of mp1. Specifies whether to include submenus in
the search for an item that matches the idItem parameter.
Return Value
The return value is the zero-based index of the item specified in idItem, or
it is MIT_NONE if the item does not exist.
See Also
MM_ITEMIDFROMPOSITION
♦