HH_CLOSE_ALL command
Closes all windows opened directly or indirectly by the calling program.
hwndCaller | pszFile | dwData |
---|---|---|
Must be NULL. | Must be NULL. | Must be zero. |
Example
HtmlHelp(
NULL,
NULL,
HH_CLOSE_ALL,
0) ;
Return value
NULL.Comments
- This command closes any compiled help (.chm) files that are open.
- This command only closes help windows that have been created by the calling program.
![]() |
About commands |