Scroll to navigation

ReplaceTextW(3w) Wine API ReplaceTextW(3w)

NAME

ReplaceTextW (COMDLG32.@)

SYNOPSIS

HWND ReplaceTextW
(
LPFINDREPLACEW pfr
)
 

PARAMS

[In] Find/replace structure.
 

DESCRIPTION

Create a modeless replace-text dialog box.
 

RETURNS

Window handle to created dialog: Success
NULL: Failure
 

IMPLEMENTATION

Declared in "commdlg.h".
Implemented in "dlls/comdlg32/finddlg.c".
Debug channel "commdlg".
Oct 2012 Wine API