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 );

Parameters

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.

Return Values

Depends on the parameter specified.

Version

Supported on EmEditor Professional Version 21.8 or later.