Share via


GweBypassCoredllThunk_t::SetAssociatedMenu_I

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.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.