EE_QUERY_STRING_EX¶
Queries the string associated with the specified command. This message supports long file paths exceeding MAX_PATH characters. You can send this message explicitly or by using the Editor_QueryStringEx inline function.
EE_QUERY_STRING_EX
wParam = 0;
lParam = (LPARAM) (QUERY_STRING_INFO*) pInfo;
Parameters¶
pInfo
Specifies a pointer to the QUERY_STRING_INFO structure.
Return Values¶
The return value is S_OK if succeeded. Otherwise, the return value is a negative value.
Version¶
Supported on EmEditor Professional Version 20.6 or later.