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. |
HtmlHelp( NULL, NULL, HH_UNINITIALIZE, (DWORD)dwCookie) ; // Pass in cookie.
About commands | |