Editor_ExecCommand¶
Executes a specified command. You can use this inline function or explicitly send the EE_EXEC_COMMAND message.
Editor_ExecCommand( HWND hwnd, UINT nCmdID ); hwnd Specifies the window handle of the view or frame of EmEditor. nCmdID The identifier of the command to be executed. See
Command IDs. The return value is not used.Parameters¶
Return Value¶