EE_EXEC_COMMAND¶
Executes a specified command. You can send this message explicitly or use the Editor_ExecCommand inline function.
EE_EXEC_COMMAND
wParam = (WPARAM) (UINT) nCmdID;
lParam = 0;
Parameters¶
nCmdID
The identifier of the command to be executed. See Command IDs.
Return Value¶
The return value is not used.