FindText function comdlg32
Creates a system-defined modeless Find dialog box that lets the user specify a string to search for and options to use when searching for text in a document.
HWND FindTextW(
LPFINDREPLACEW Arg1
);
Implementation
int FindText(Pointer<FINDREPLACE> param0) => _FindText(param0);