EE_INFO_EX¶
Retrieves or sets the value of one of the information parameters used by EmEditor. You can send this message explicitly or use the Editor_DocInfoEx inline function.
EE_INFO_EX
wParam = (WPARAM)(INFO_EX_DATA*)pInfo;
lParam = 0;
Parameters¶
pInfo
Pointer to a INFO_EX_DATA structure.
Return Values¶
Depends on the parameter specified.
Version¶
Supported in EmEditor Professional Version 21.8 or later.