#include "hhctrl.h"
#include "stream.h"
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | NONAMELESSUNION |
| #define | NONAMELESSSTRUCT |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (htmlhelp) |
| static SearchItem * | SearchCHM_Folder (SearchItem *item, IStorage *pStorage, const WCHAR *folder, const char *needle) |
| static SearchItem * | alloc_search_item (WCHAR *title, const WCHAR *filename) |
| static void | fill_search_tree (HWND hwndList, SearchItem *item) |
| static WCHAR * | SearchCHM_File (IStorage *pStorage, const WCHAR *file, const char *needle) |
| static SearchItem * | SearchCHM_Storage (SearchItem *item, IStorage *pStorage, const char *needle) |
| void | InitSearch (HHInfo *info, const char *needle) |
| void | ReleaseSearch (HHInfo *info) |