#include "wine/debug.h"
#include "hhctrl.h"
Go to the source code of this file.
Defines |
| #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 *filename, WCHAR *fullname, DWORD buflen) |
| HWND WINAPI | HtmlHelpW (HWND caller, LPCWSTR filename, UINT command, DWORD_PTR data) |
| 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) |
Variables |
| HINSTANCE | hhctrl_hinstance |
| BOOL | hh_process = FALSE |