EE_EXTRACT_FREQUENT¶
Extracts frequently used strings into a new document. You can send this message explicitly or use the Editor_ExtractFrequent inline function.
EE_EXTRACT_FREQUENT
wParam = (WPARAM) (EXTRACT_FREQUENT_INFO*) pInfo;
lParam = 0;
Parameters¶
pInfo
Pointer to the EXTRACT_FREQUENT_INFO structure.
Return Values¶
The return value is negative if an error occurs.
Version¶
Supported on Version 21.9 or later.