The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
COMMAND_CODE_HANDLER
Similar to COMMAND_HANDLER, but maps a WM_COMMAND message based only on the notification code.
COMMAND_CODE_HANDLER( code , func )
- code
[in] The notification code.
- func
[in] The name of the message-handler function.
Requirements
Header: atlwin.h
Show: