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

HH_SYNC Command


Microsoft Corporation

Updated June 10, 1999

Locates and selects the contents entry for the help topic that is open in the Topic pane of the HTML Help Viewer.


pszFile dwData

Specifies the name of the window type that you want to sync and the name of the compiled help (.chm) file in which the window type is defined.

The window type name must begin with a greater-than (>) character and must be preceded by the name of the compiled help file in which it is defined.

Specifies a pointer to a topic within a compiled help file. This value is the topic file to which the contents will synchronize.

Example

HtmlHelp(
         hwndCaller,
         "..\\MyHelpFile.chm>wintype",
         HH_SYNC,
         "MyHelpFile.chm::/html\MyTopic.asp") ;

Comments


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.