FINDREPLACE

The FINDREPLACE structure contains information used to initialize the Find and Replace common dialog boxes.

Syntax

typedef struct {
DWORD
lStructSize;
HWND
hwndOwner;
HINSTANCE
hInstance;
DWORD
Flags;
LPTSTR
lpstrFindWhat;
LPTSTR
lpstrReplaceWith;
WORD
wFindWhatLen;
WORD
wReplaceWithLen;
LPARAM
lCustData;
LPFRHOOKPROC
lpfnHook;
LPCTSTR
lpTemplateName;
} FINDREPLACE;

At a Glance

Header file: Commdlg.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CFindReplaceDialog Overview