CMDIFrameWndEx::WinHelp

Called by the framework to initiate the WinHelp application or context help.

virtual void WinHelp(
   DWORD dwData,
   UINT nCmd = HELP_CONTEXT
);

Parameters

  • [in] dwData
    Specifies data as required for the type of help specified by nCmd.

  • [in] nCmd
    Specifies the type of help requested. For a list of possible values and how they affect the dwData parameter, see the WinHelp Function in the Windows SDK.

Remarks

This method overrides CWnd::WinHelp.

Requirements

Header:

See Also

Reference

CMDIFrameWndEx Class

Hierarchy Chart