Поделиться через


CWnd::HtmlHelp

Call this member function to invoke the HTMLHelp application.

virtual void HtmlHelp(
   DWORD_PTR dwData,
   UINT nCmd = 0x000F 
);

Параметры

  • 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 the HTMLHelp API Reference in the Windows SDK.

Заметки

See CWinApp::HtmlHelp for more information.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

CWnd::WinHelp

Displaying F1 Help for a Dialog Box or Menu Option