NetSurf
Functions
hotlist.h File Reference

Interface to win32 bookmark manager (hotlist). More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror nsw32_hotlist_present (HINSTANCE hinstance)
 make the hotlist window visible. More...
 
nserror nsw32_hotlist_finalise (void)
 Free any resources allocated for the hotlist window. More...
 

Detailed Description

Interface to win32 bookmark manager (hotlist).

Definition in file hotlist.h.

Function Documentation

◆ nsw32_hotlist_finalise()

nserror nsw32_hotlist_finalise ( void  )

Free any resources allocated for the hotlist window.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 179 of file hotlist.c.

References nsw32_hotlist_window::core, hotlist_fini(), hotlist_window, nsw32_corewindow::hWnd, NSERROR_OK, and nsw32_corewindow_fini().

Here is the call graph for this function:

◆ nsw32_hotlist_present()

nserror nsw32_hotlist_present ( HINSTANCE  hinstance)

make the hotlist window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 167 of file hotlist.c.

References nsw32_hotlist_window::core, hotlist_window, nsw32_corewindow::hWnd, NSERROR_OK, nsw32_hotlist_init(), and ShowWindow.

Referenced by nsws_window_command().

Here is the call graph for this function:
Here is the caller graph for this function: