Editor_BatchFindInFiles

Searches for multiple strings in multiple files in the specified location. The list of searched files will be displayed in the current window. If the current document is modified, a message prompt will ask to save the changes to the current file. You can use this inline function or explicitly send the EE_FIND_IN_FILESW message.

Editor_BatchFindInFiles( HWND hwnd, FIND_REPLACE_INFO* pBatchArray, BATCH_GREP_INFO* pBatchGrepInfo );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

pBatchArray

Specifies a pointer to the array of FIND_REPLACE_INFO structures.

pBatchGrepInfo

Specifies a pointer to the BATCH_GREP_INFO structure.

Return Value

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

Version

Supported on EmEditor Professional Version 20.0 or later.