static CFindReplaceDialog* PASCAL GetNotifier( LPARAM lParam );
Return Value
A pointer to the current dialog box.
Parameters
lParam
The lparam value passed to the frame window’s OnFindReplace member function.
Remarks
Call this 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.
CFindReplaceDialog Overview | Class Members | Hierarchy Chart