HH_UNINITIALIZE

Shuts down HTML Help.

Argument Description
hwndCaller Ignored
pszFile Must be nil
uCommand HH_UNINITIALIZE
dwData The cookie value returned from HH_INITIALIZE

Description:
Use the HH_UNINITIALIZE command to shutdown HTML Help. This should be the last command send to HTML Help and hence is best placed in the normal application shutdown. Use the cookie returned from the HH_INITIALIZE command as the dwData parameter.

Example:

HtmlHelp(0, nil, HH_UNINITIALIZE, Cookie);

Notes:
HH_INITIALIZE must be the very first and HH_UNINITIALIZE the very last command an application issues to HTML Help.

See also:
HH_INITIALIZE
HH_PRETRANSLATEMESSAGE