ReactOS 0.4.16-dev-250-g3ecd236
|
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "commdlg.h"
#include "winhelp.h"
#include "winhelp_res.h"
#include "shellapi.h"
#include "richedit.h"
#include "commctrl.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | WINHELP |
struct | index_data |
Macros | |
#define | NONAMELESSUNION |
#define | CTL_ID_BUTTON 0x700 |
#define | CTL_ID_TEXT 0x701 |
Typedefs | |
typedef struct WINHELP * | LPWINHELP |
Variables | |
WINHELP_GLOBALS | Globals = {3, NULL, TRUE, NULL, NULL, NULL, NULL, NULL, {{{NULL,NULL}},0}, NULL} |
Definition at line 1206 of file winhelp.c.
Referenced by WINHELP_IndexDlgProc().
WINE_DEFAULT_DEBUG_CHANNEL | ( | winhelp | ) |
|
static |
Definition at line 1026 of file winhelp.c.
Referenced by WINHELP_RegisterWinClasses().
|
static |
Definition at line 1002 of file winhelp.c.
Referenced by WINHELP_ButtonBoxWndProc().
|
static |
Definition at line 954 of file winhelp.c.
Referenced by WINHELP_ButtonBoxWndProc(), WINHELP_ButtonWndProc(), WINHELP_CheckPopup(), and WINHELP_MainWndProc().
BOOL WINHELP_CreateHelpWindow | ( | WINHELP_WNDPAGE * | wpage, |
int | nCmdShow, | ||
BOOL | remember | ||
) |
Definition at line 701 of file winhelp.c.
Referenced by MACRO_Back(), MACRO_Next(), MACRO_Prev(), WINHELP_HistoryWndProc(), and WINHELP_OpenHelpWindow().
Definition at line 1545 of file winhelp.c.
Referenced by MACRO_Finder(), and MACRO_Search().
void WINHELP_DeleteBackSet | ( | WINHELP_WINDOW * | win | ) |
Definition at line 484 of file winhelp.c.
Referenced by MACRO_BackFlush(), WINHELP_CreateHelpWindow(), and WINHELP_DeleteWindow().
|
static |
Definition at line 466 of file winhelp.c.
Referenced by WINHELP_CreateHelpWindow(), and WINHELP_DeleteWindow().
|
static |
Definition at line 500 of file winhelp.c.
Referenced by WINHELP_DeleteWindow().
|
static |
Definition at line 543 of file winhelp.c.
Referenced by WINHELP_MainWndProc().
|
static |
Definition at line 633 of file winhelp.c.
Referenced by WINHELP_HandleTextMouse(), and WINHELP_RicheditWndProc().
|
static |
Definition at line 145 of file winhelp.c.
Referenced by MACRO_FileOpen(), and WINHELP_LookupHelpFile().
|
static |
Definition at line 302 of file winhelp.c.
Referenced by WINHELP_HandleTextMouse().
HLPFILE_WINDOWINFO * WINHELP_GetWindowInfo | ( | HLPFILE * | hlpfile, |
LPCSTR | name | ||
) |
Definition at line 253 of file winhelp.c.
Referenced by MACRO_JumpContents(), MACRO_JumpContext(), MACRO_JumpHash(), and WinMain().
WINHELP_WINDOW * WINHELP_GrabWindow | ( | WINHELP_WINDOW * | win | ) |
Definition at line 516 of file winhelp.c.
Referenced by WINHELP_CreateHelpWindow().
Definition at line 356 of file winhelp.c.
Referenced by WINHELP_MainWndProc().
|
static |
Definition at line 898 of file winhelp.c.
Referenced by WINHELP_CheckPopup(), and WINHELP_MainWndProc().
|
static |
Definition at line 1120 of file winhelp.c.
Referenced by WINHELP_RegisterWinClasses().
|
static |
Definition at line 1229 of file winhelp.c.
Referenced by WINHELP_CreateIndexWindow().
Definition at line 58 of file winhelp.c.
Referenced by WINHELP_CreateHelpWindow().
void WINHELP_LayoutMainWindow | ( | WINHELP_WINDOW * | win | ) |
Definition at line 437 of file winhelp.c.
Referenced by MACRO_ChangeButtonBinding(), MACRO_CreateButton(), WINHELP_CreateHelpWindow(), and WINHELP_MainWndProc().
Definition at line 211 of file winhelp.c.
Referenced by MACRO_JumpContents(), MACRO_JumpContext(), MACRO_JumpHash(), WINHELP_HandleTextMouse(), and WinMain().
|
static |
Definition at line 1322 of file winhelp.c.
Referenced by WINHELP_RegisterWinClasses().
Definition at line 196 of file winhelp.c.
Referenced by WINHELP_LookupHelpFile().
BOOL WINHELP_OpenHelpWindow | ( | HLPFILE_PAGE *(*)(HLPFILE *, LONG, ULONG *) | lookup, |
HLPFILE * | hlpfile, | ||
LONG | val, | ||
HLPFILE_WINDOWINFO * | wi, | ||
int | nCmdShow | ||
) |
Definition at line 882 of file winhelp.c.
Referenced by MACRO_JumpContents(), MACRO_JumpContext(), MACRO_JumpHash(), WINHELP_CreateIndexWindow(), WINHELP_HandleTextMouse(), and WinMain().
Definition at line 1609 of file winhelp.c.
Referenced by WinMain().
BOOL WINHELP_ReleaseWindow | ( | WINHELP_WINDOW * | win | ) |
Definition at line 527 of file winhelp.c.
Referenced by MACRO_CloseSecondarys(), MACRO_CloseWindow(), MACRO_Exit(), WINHELP_CheckPopup(), WINHELP_CreateHelpWindow(), and WINHELP_MainWndProc().
|
static |
Definition at line 595 of file winhelp.c.
Referenced by WINHELP_CreateHelpWindow().
|
static |
Definition at line 673 of file winhelp.c.
Referenced by WINHELP_CreateHelpWindow().
|
static |
Definition at line 89 of file winhelp.c.
Referenced by WINHELP_SetupText().
|
static |
Definition at line 1296 of file winhelp.c.
Referenced by WINHELP_CreateIndexWindow().
|
static |
Definition at line 103 of file winhelp.c.
Referenced by WINHELP_CreateHelpWindow(), and WINHELP_MainWndProc().
Definition at line 1647 of file winhelp.c.
Definition at line 48 of file winhelp.c.
Referenced by WINHELP_ButtonBoxWndProc(), WINHELP_ButtonWndProc(), WINHELP_CheckPopup(), WINHELP_CreateHelpWindow(), WINHELP_CreateIndexWindow(), WINHELP_DeleteWindow(), WINHELP_GetOpenFileName(), WINHELP_GetWindowInfo(), WINHELP_HandleTextMouse(), WINHELP_HasWorkingWindow(), WINHELP_HistoryWndProc(), WINHELP_LookupHelpFile(), WINHELP_MainWndProc(), WINHELP_MessageBoxIDS_s(), WINHELP_RegisterWinClasses(), WINHELP_RememberPage(), and WinMain().