|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <stdarg.h>#include "hlpfile.h"#include "windef.h"#include "winbase.h"#include "macro.h"#include "winhelp_res.h"

Go to the source code of this file.
Classes | |
| struct | tagHelpButton |
| struct | WINHELP_WNDPAGE |
| struct | tagPageSet |
| struct | tagWinHelp |
| struct | tagDll |
| struct | WINHELP_GLOBALS |
| struct | winhelp_callbacks |
Macros | |
| #define | MAX_LANGUAGE_NUMBER 255 |
| #define | MAX_STRING_LEN 255 |
| #define | INTERNAL_BORDER_WIDTH 5 |
| #define | POPUP_YDISTANCE 20 |
| #define | SHADOW_DX 10 |
| #define | SHADOW_DY 10 |
| #define | BUTTON_CX 6 |
| #define | BUTTON_CY 6 |
| #define | DC_NOMSG 0x00000000 |
| #define | DC_MINMAX 0x00000001 |
| #define | DC_INITTERM 0x00000002 |
| #define | DC_JUMP 0x00000004 |
| #define | DC_ACTIVATE 0x00000008 |
| #define | DC_CALLBACKS 0x00000010 |
| #define | DW_NOTUSED 0 |
| #define | DW_WHATMSG 1 |
| #define | DW_MINMAX 2 |
| #define | DW_SIZE 3 |
| #define | DW_INIT 4 |
| #define | DW_TERM 5 |
| #define | DW_STARTJUMP 6 |
| #define | DW_ENDJUMP 7 |
| #define | DW_CHGFILE 8 |
| #define | DW_ACTIVATE 9 |
| #define | DW_CALLBACKS 10 |
| #define | WH_FIRST_BUTTON 500 |
Typedefs | |
| typedef struct tagHelpButton | WINHELP_BUTTON |
| typedef struct tagPageSet | WINHELP_PAGESET |
| typedef struct tagWinHelp | WINHELP_WINDOW |
| typedef LONG(CALLBACK * | WINHELP_LDLLHandler) (WORD, LONG_PTR, LONG_PTR) |
| typedef struct tagDll | WINHELP_DLL |
Functions | |
| BOOL | WINHELP_CreateHelpWindow (WINHELP_WNDPAGE *, int, BOOL) |
| BOOL | WINHELP_OpenHelpWindow (HLPFILE_PAGE *(*)(HLPFILE *, LONG, ULONG *), HLPFILE *, LONG, HLPFILE_WINDOWINFO *, int) |
| BOOL | WINHELP_GetOpenFileName (LPSTR, int) |
| BOOL | WINHELP_CreateIndexWindow (BOOL) |
| void | WINHELP_DeleteBackSet (WINHELP_WINDOW *) |
| HLPFILE * | WINHELP_LookupHelpFile (LPCSTR lpszFile) |
| HLPFILE_WINDOWINFO * | WINHELP_GetWindowInfo (HLPFILE *hlpfile, LPCSTR name) |
| void | WINHELP_LayoutMainWindow (WINHELP_WINDOW *win) |
| WINHELP_WINDOW * | WINHELP_GrabWindow (WINHELP_WINDOW *) |
| BOOL | WINHELP_ReleaseWindow (WINHELP_WINDOW *) |
| typedef struct tagHelpButton WINHELP_BUTTON |
| typedef struct tagDll WINHELP_DLL |
| typedef struct tagPageSet WINHELP_PAGESET |
| typedef struct tagWinHelp WINHELP_WINDOW |
| 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().
Definition at line 145 of file winhelp.c.
Referenced by MACRO_FileOpen(), and WINHELP_LookupHelpFile().
| 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().
| 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().
| BOOL WINHELP_OpenHelpWindow | ( | HLPFILE_PAGE * | *)(HLPFILE *, LONG, ULONG *, |
| HLPFILE * | , | ||
| LONG | , | ||
| HLPFILE_WINDOWINFO * | , | ||
| int | |||
| ) |
| 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().
Definition at line 24 of file string.c.
Referenced by WINHELP_CreateHelpWindow(), and WINHELP_RegisterWinClasses().
| const struct winhelp_callbacks Callbacks |
|
extern |
Definition at line 25 of file string.c.
Referenced by MACRO_History(), and WINHELP_RegisterWinClasses().
Definition at line 23 of file string.c.
Referenced by WINHELP_CreateHelpWindow(), and WINHELP_RegisterWinClasses().
Definition at line 26 of file string.c.
Referenced by WINHELP_ButtonBoxWndProc().