Share via


GweBypassCoredllThunk_t::SetAssociatedMenu_I (Windows CE 5.0)

Send Feedback

This method sets the menu associated with a specified window.

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 Values

None.

Remarks

This association determines the menu that receives ALT keystrokes.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.