◄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 ♦