Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>wm_menuchar</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WM_MENUCHAR

  This message is sent to the window who owns the currently active menubar
when an ALT-key combination has been pressed which does not correspond to a
menubar item.

Parameters
  wParam is the code of the key that was pressed. See the file keys.h for a
   list of key codes.
  LOWORD(lParam) is MF_POPUP.
  HIWORD(lParam) is the handle of the menubar.

Returns
  The window procedure should return 0 if the keystroke should be discarded,
1 if the menu should be closed, and a number greater than 1 to represent
the id of a valid menu  item which should be chosen.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson