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_command</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WM_COMMAND

  This message is sent when a user selects an item from a menu, or when a
control must notify its parent window about an event.

Parameters
  wParam is the id of the menu item selected, or the id of the control.
  lParam is 0 if WM_COMMAND was caused by a menu item selection.
   LOWORD(lParam) is 0 and HIWORD(lParam) is the handle of the control if the
  WM_COMMAND message  was  sent  by  a  control.

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