CFindReplaceDialog::GetNotifier

Call this member function to retrieve a pointer to the current Find Replace dialog box. It should be used within your callback function to access the current dialog box, call its member functions, and access the m_fr structure.

Syntax

static CFindReplaceDialog* PASCAL GetNotifier( LPARAM lParam );

At a Glance

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

See Also

CFindReplaceDialog Overview, CFindReplaceDialog Member Functions, Dialog Box Classes