SHGetMenu (Windows CE 5.0)
This macro retrieves the menu handle to the menu that owns a specified menu by sending an SHCMBM_GETMENU message.
Syntax
#define SHGetMenu(hWndMB) (HMENU)SendMessage((hWndMB), \ SHCMBM_GETMENU, (WPARAM)0, (LPARAM)0);
Parameters
- hWndMB
Handle to the specified menu.
Return Values
This macro returns the HMENU to the menu that owns the menu specified by hWndMB.
Requirements
OS Versions: Windows CE .NET 4.2 and later
Header: Aygshell.h.
See Also
AYGShell Macros | SHCMBM_GETMENU
Send Feedback on this topic to the authors