CWinApp::OnHelpFinder
afx_msgvoidOnHelpFinder();
Remarks
You must add an
ON_COMMAND( ID_HELP_FINDER, OnHelpFinder )
statement to your CWinApp class message map to enable this member function.
If enabled, the framework calls this message-handler function when the user of your application selects the Help Finder command to invoke WinHelp with the standard HELP_FINDER topic.
CWinApp Overview | Class Members | Hierarchy Chart
See Also CWinApp::OnHelp, CWinApp::OnHelpUsing, CWinApp::WinHelp, CWinApp::OnHelpIndex