GweBypassCoredllThunk_t::SetAssociatedMenu_I (Windows Embedded CE 6.0)
1/6/2010
This method sets the menu associated with a specified window.
Syntax
static void WINAPI SetAssociatedMenu_I(
HWND hwndThis,
HMENU hmenu
);
Parameters
- hwndThis
[in] Handle to the window.
- hmenu
[in] Handle to the menu that you want to associate with the window.
Return Value
None.
Remarks
This association determines the menu that receives ALT keystrokes.
Requirements
Header | gwebypasscoredllthunk.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |