ReactOS 0.4.15-dev-8614-gbc76250
|
#include "wine/debug.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "htmlhelp.h"
#include "ole2.h"
#include "rpcproxy.h"
#include "hhctrl.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | INIT_GUID |
#define | X(x) case x: return #x |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (htmlhelp) | |
BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD fdwReason, LPVOID lpvReserved) |
static const char * | command_to_string (UINT command) |
static BOOL | resolve_filename (const WCHAR *env_filename, WCHAR *fullname, DWORD buflen, WCHAR **index, WCHAR **window) |
HWND WINAPI | HtmlHelpW (HWND caller, LPCWSTR filename, UINT command, DWORD_PTR data) |
static void | wintypeAtoW (const HH_WINTYPEA *data, HH_WINTYPEW *wdata, struct wintype_stringsW *stringsW) |
static void | wintypeWtoA (const HH_WINTYPEW *wdata, HH_WINTYPEA *data, struct wintype_stringsA *stringsA) |
HWND WINAPI | HtmlHelpA (HWND caller, LPCSTR filename, UINT command, DWORD_PTR data) |
int WINAPI | doWinMain (HINSTANCE hInstance, LPSTR szCmdLine) |
HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
HRESULT WINAPI | DllRegisterServer (void) |
HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
HINSTANCE | hhctrl_hinstance |
BOOL | hh_process = FALSE |
Definition at line 59 of file hhctrl.c.
Referenced by HtmlHelpA(), and HtmlHelpW().
Definition at line 45 of file hhctrl.c.
Definition at line 595 of file hhctrl.c.
Definition at line 603 of file hhctrl.c.
Definition at line 500 of file hhctrl.c.
Referenced by WinMain().
Definition at line 421 of file hhctrl.c.
Referenced by HtmlHelp_Start().
Definition at line 157 of file hhctrl.c.
Referenced by doWinMain(), HtmlHelp_Start(), HtmlHelpA(), and OnCommand().
|
static |
Definition at line 100 of file hhctrl.c.
Referenced by HtmlHelpW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | htmlhelp | ) |
|
static |
Definition at line 384 of file hhctrl.c.
Referenced by HtmlHelpA().
|
static |
Definition at line 401 of file hhctrl.c.
Referenced by HtmlHelpA().
Definition at line 42 of file hhctrl.c.
Referenced by doWinMain(), and Help_WndProc().
HINSTANCE hhctrl_hinstance |
Definition at line 41 of file hhctrl.c.
Referenced by AddContentTab(), AddIndexPopup(), AddIndexTab(), AddSearchTab(), DisplayPopupMenu(), DllMain(), DllRegisterServer(), DllUnregisterServer(), HH_AddHTMLPane(), HH_AddNavigationPane(), HH_AddSizeBar(), HH_AddToolbar(), HH_CreateHelpWindow(), HH_LoadString(), HH_RegisterChildWndClass(), HH_RegisterSizeBarClass(), TB_AddButtonsFromFlags(), and UI_ShowContextMenu().