Editor_DocInfoEx¶
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_EX message.
Editor_DocInfoEx( HWND hwnd, HEEDOC hDoc, UINT nCmd, LPARAM lParam ); nCmd Specifies a parameter to retrieve or set. Please see the
EE_INFO message for the list of commands. hDoc Specifies the handle to the target document. If NULL is specified, the currently active document will be targeted. This parameter may not be used depending on nCmd. lParam Depends on the parameter specified. Depends on the parameter specified. Supported on EmEditor Professional Version 21.8 or later.Parameters¶
Return Values¶
Version¶