#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.
Data Structures |
| struct | WINHELP_BUTTON |
| struct | WINHELP_WNDPAGE |
| struct | WINHELP_PAGESET |
| struct | WINHELP_WINDOW |
| struct | WINHELP_DLL |
| struct | WINHELP_GLOBALS |
| struct | winhelp_callbacks |
Defines |
| #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 LONG(CALLBACK * | WINHELP_LDLLHandler )(WORD, LONG_PTR, LONG_PTR) |
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 *) |
Variables |
| struct winhelp_callbacks | Callbacks |
| WINHELP_GLOBALS | Globals |
| const char | MAIN_WIN_CLASS_NAME [] |
| const char | BUTTON_BOX_WIN_CLASS_NAME [] |
| const char | TEXT_WIN_CLASS_NAME [] |
| const char | SHADOW_WIN_CLASS_NAME [] |
| const char | HISTORY_WIN_CLASS_NAME [] |
| const char | STRING_BUTTON [] |
| const char | STRING_MENU_Xx [] |
| const char | STRING_DIALOG_TEST [] |