Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
This macro retrieves the menu identifier to a submenu of a specified menu by sending an SHCMBM_GETSUBMENU message.
Syntax
#define SHGetSubMenu(hWndMB,ID_MENU) (HMENU)SendMessage((hWndMB), \
SHCMBM_GETSUBMENU, (WPARAM)0, (LPARAM)ID_MENU);
Parameters
- hWndMB
Handle to the specified menu.
- ID_MENU
Menu identifier for a submenu of the specified menu.
Return Value
Returns the HMENU to the submenu specified by ID_MENU.
Requirements
| Header | aygshell.h |
| Windows Embedded CE | Windows CE .NET 4.2 and later |