DHTMLEDITING_CMD_ENTRY_FUNC
Visual Studio 2005
Maps a command ID to an HTML editing command and message handler.
DHTMLEDITING_CMD_ENTRY_FUNC(cmdID, dhtmlcmdID, member_func_name)
Parameters
- cmdID
-
The command ID (such as ID_EDIT_COPY).
- dhtmlcmdID
-
The HTML editing command to which cmdID maps (such as IDM_COPY).
- member_func_name
-
The name of the message-handler function to which the command is mapped.
See HTMLEdit Sample.