SHCMBM_GETSUBMENU
A version of this page is also available for
4/8/2010
This message retrieves the menu handle to a specified submenu of the menu receiving the message.
Syntax
SHCMBM_GETSUBMENU
wParam = 0
lParam = menuid
Parameters
- wParam
Reserved for future use, set to zero.
- menuid
Menu identifier that specifies the submenu.
Return Value
Returns the HMENU to the submenu specified by menuid.
For Windows Mobile, when this message is used as the Msg input parameter for the SendMessage function, SendMessage returns the handle to the top-level menu associated with the soft key bar.
Note
Beginning with Windows Mobile 6.5.3, soft keys are replaced by touchable tiles on Windows Mobile Professional phones.
Requirements
Header | aygshell.h |
Library | aygshell.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |