Editor_ReplaceInFilesW

Replaces a Unicode string in multiple files in the specified location. You can use this inline function or explicitly send the EE_REPLACE_IN_FILESW message. This inline function is obsolete. Newer plug-ins should use the Editor_ReplaceInFiles inline function instead.

Editor_ReplaceInFilesW( HWND hwnd, GREP_INFOW pGrepInfo );

Parameters

hwnd

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

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.