EE_REPLACE_IN_FILESA

Searches for an ANSI 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_ReplaceInFilesA inline function.

EE_REPLACE_IN_FILESA
wParam = 0;
lParam = (LPARAM) (GREP_INFOA) pGrepInfo;

Parameters

pGrepInfo

Specifies a pointer to the GREP_INFOW Structure.

Return Value

Returns FALSE if the user aborts, or TRUE if not.

Version

Supported on EmEditor Professional Version 4.02 or later.