CWinApp::HtmlHelp
Call this member function to invoke the HTMLHelp application.
virtual void HtmlHelp(
DWORD_PTR dwData,
UINT nCmd = 0x000F
);
Parameters
dwData
Specifies additional data. The value used depends on the value of the nCmd parameter.nCmd
Specifies the type of help requested. For a list of possible values and how they affect the dwData parameter, see the uCommand parameter described in About the HTMLHelp API Function in the Windows SDK.
Remarks
The framework also calls this function to invoke the HTMLHelp application.
The framework will automatically close the HTMLHelp application when your application terminates.
Requirements
Header: afxwin.h
See Also
Tasks
Displaying F1 Help for a Dialog Box or Menu Option