#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "htmlhelp.h"
#include "ole2.h"
#include "exdisp.h"
#include "mshtmhst.h"
#include "commctrl.h"
#include "wine/itss.h"
#include "wine/unicode.h"
Go to the source code of this file.
Data Structures |
| struct | ChmPath |
| struct | ContentItem |
| struct | IndexSubItem |
| struct | IndexItem |
| struct | SearchItem |
| struct | CHMInfo |
| struct | HHTab |
| struct | IndexPopup |
| struct | SearchTab |
| struct | HHInfo |
Defines |
| #define | COBJMACROS |
| #define | WB_GOBACK 0 |
| #define | WB_GOFORWARD 1 |
| #define | WB_GOHOME 2 |
| #define | WB_SEARCH 3 |
| #define | WB_REFRESH 4 |
| #define | WB_STOP 5 |
| #define | TAB_CONTENTS 0 |
| #define | TAB_INDEX 1 |
| #define | TAB_SEARCH 2 |
| #define | TAB_FAVORITES 3 |
Functions |
| BOOL | InitWebBrowser (HHInfo *, HWND) |
| void | ReleaseWebBrowser (HHInfo *) |
| void | ResizeWebBrowser (HHInfo *, DWORD, DWORD) |
| void | DoPageAction (HHInfo *, DWORD) |
| void | InitContent (HHInfo *) |
| void | ReleaseContent (HHInfo *) |
| void | InitIndex (HHInfo *) |
| void | ReleaseIndex (HHInfo *) |
| CHMInfo * | OpenCHM (LPCWSTR szFile) |
| BOOL | LoadWinTypeFromCHM (HHInfo *info) |
| CHMInfo * | CloseCHM (CHMInfo *pCHMInfo) |
| void | SetChmPath (ChmPath *, LPCWSTR, LPCWSTR) |
| IStream * | GetChmStream (CHMInfo *, LPCWSTR, ChmPath *) |
| LPWSTR | FindContextAlias (CHMInfo *, DWORD) |
| HHInfo * | CreateHelpViewer (LPCWSTR) |
| void | ReleaseHelpViewer (HHInfo *) |
| BOOL | NavigateToUrl (HHInfo *, LPCWSTR) |
| BOOL | NavigateToChm (HHInfo *, LPCWSTR, LPCWSTR) |
| void | InitSearch (HHInfo *info, const char *needle) |
| void | ReleaseSearch (HHInfo *info) |
| static void * | __WINE_ALLOC_SIZE (1) heap_alloc(size_t len) |
| static void * | __WINE_ALLOC_SIZE (2) heap_realloc(void *mem |
| static void size_t len return | HeapReAlloc (GetProcessHeap(), 0, mem, len) |
Variables |
| BOOL | hh_process |