CWinApp::OnHelpIndex
afx_msgvoidOnHelpIndex();
Remarks
You must add an
ON_COMMAND( ID_HELP_INDEX, OnHelpIndex )
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 Index command to invoke WinHelp with the standard HELP_INDEX topic.
CWinApp Overview | Class Members | Hierarchy Chart
See Also CWinApp::OnHelp, CWinApp::OnHelpUsing, CWinApp::WinHelp