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

HH_UNINITIALIZE Command


Microsoft Corporation

Updated June 10, 1999

This command is called to properly shut down HTML Help. This function should be the last help command the application calls. HH_UNINITIALIZE should not be called during DLL process detach, but during the normal application shutdown process.


pszFile dwData
Must be NULL. Specifies a cookie. This is the cookie returned by HH_INITIALIZE.

Example

HtmlHelp(
         NULL,
         NULL,
         HH_UNINITIALIZE,
         (DWORD)dwCookie) ; // Pass in cookie.

Comments

See Also

HH_INITIALIZE


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.