Click to return to the HTML Help home page    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

HH_HELP_CONTEXT Command


Microsoft Corporation

Updated June 10, 1999

Displays a help topic based on a mapped topic ID.

If a window type is not specified, a default window type is used. If the window type or default window type is open, the help topic replaces the current topic in the window.


pszFile dwData
Specifies the compiled help (.chm) file that contains the mapping information.

To specify a defined window type, insert a greater-than (>) character followed by the name of the window type.

Specifies the numeric ID of the topic to display.

You must map symbolic IDs of dialog boxes to numeric IDs in the [MAP] section of your project (.hhp) file.


Example

HtmlHelp(
          GetDesktopWindow(),
          "help.chm",
          HH_HELP_CONTEXT,
          5000) ;

Comments

See Also

HH_DISPLAY_TOPIC


link to overview topic About commands
 


Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.