Editor_DocInfo¶
Retrieves or sets the value of one of the information parameters used by EmEditor. You can use this inline function or explicitly send the EE_INFO message.
Editor_DocInfo( HWND hwnd, int iDoc, int nCmd, LPARAM lParam ); nCmd Specifies a parameter to retrieve or set. Please see the
EE_INFO message for the list of commands. iDoc Specifies the zero-based index of the target document. If -1 is specified, the currently active document will be targeted. lParam Depends on the parameter specified. Depends on the parameter specified. Supported on EmEditor Professional Version 5.00 or later.Parameters¶
Return Values¶
Version¶