Searches for an Unicode string from multiple files in the specified path. The list of searched files will be displayed in the current window. If the current document is modified, displays the prompt message box whether to save the changes to the current file. You can send this message explicitly or use the Editor_FindInFilesW inline function.
EE_FIND_IN_FILESW
wParam = 0;
lParam = (LPARAM) (GREP_INFOW) pGrepInfo;
pGrepInfo
Specifies a pointer to the GREP_INFOW Structure.
Returns FALSE if the user aborts, or TRUE if not.
Supported on EmEditor Professional Version 4.02 or later.