COMMAND_ID_HANDLER( id, func )
Parameters
id
[in] The identifier of the menu item, control, or accelerator sending the message.
func
[in] The name of the message-handler function.
Remarks
Similar to COMMAND_HANDLER, but maps a WM_COMMAND message based only on the identifier of the menu item, control, or accelerator.
ATL Macros and Global Functions
See Also
COMMAND_CODE_HANDLER, COMMAND_RANGE_HANDLER, MESSAGE_HANDLER, NOTIFY_ID_HANDLER