ReplaceText function comdlg32
Creates a system-defined modeless dialog box that lets the user specify a string to search for and a replacement string, as well as options to control the find and replace operations.
HWND ReplaceTextW(
LPFINDREPLACEW Arg1
);
Implementation
int ReplaceText(Pointer<FINDREPLACE> param0) => _ReplaceText(param0);