This macro defines an entry in a message map. COMMAND_HANDLER maps a WM_COMMAND message to the specified handler function, based on the notification code and the control identifier.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
COMMAND_HANDLER( id, code, func )
See Also
ATL Macros and Global Functions, COMMAND_ID_HANDLER, COMMAND_CODE_HANDLER, COMMAND_RANGE_HANDLER, NOTIFY_HANDLER