WM_COMMAND (in Menu Controls) - Remarks

The menu control window procedure generates this message if the WM_MENUSELECT (in Menu Controls) message returns a rc of TRUE. when an item is selected that does not have the style of MIS_SYSCOMMAND or MIS_HELP. The menu control window procedure posts the message to the queue of the window owner.


[Back: WM_COMMAND (in Menu Controls) - Syntax]
[Next: WM_COMMAND (in Menu Controls) - Default Processing]