win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinDestroyHelpInstance (1.2)
Function Group  Message group  Overview         Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINHELP
 
BOOL WinDestroyHelpInstance(hwndHelpInstance)
HWND hwndHelpInstance;    /* handle of instance to destroy */
 
The WinDestroyHelpInstance function destroys a help instance.
 
Parameter         Description
────────────────────────────────────────────────────────────────────────────
 
 
hwndHelpInstance  Identifies the help instance to destroy. This handle must
                  have been previously created by using the
                  WinCreateHelpInstance function.
 
Return Value
 
The return value is TRUE if the help instance is successfully destroyed or
FALSE if an error occurs.
 
See Also
 
WinCreateHelpInstance