ReactOS 0.4.16-dev-91-g764881a
|
#include <winhelp.h>
Public Attributes | |
UINT | wVersion |
HANDLE | hInstance |
BOOL | isBook |
WINHELP_WINDOW * | active_win |
WINHELP_WINDOW * | active_popup |
WINHELP_WINDOW * | win_list |
WNDPROC | button_proc |
WINHELP_DLL * | dlls |
WINHELP_PAGESET | history |
HFONT | hButtonFont |
WINHELP_WINDOW* WINHELP_GLOBALS::active_popup |
Definition at line 136 of file winhelp.h.
Referenced by WINHELP_CheckPopup(), WINHELP_CreateHelpWindow(), WINHELP_DeleteWindow(), and WinMain().
WINHELP_WINDOW* WINHELP_GLOBALS::active_win |
Definition at line 135 of file winhelp.h.
Referenced by WINHELP_CheckPopup(), WINHELP_CreateHelpWindow(), WINHELP_CreateIndexWindow(), WINHELP_DeleteWindow(), WINHELP_GetOpenFileName(), WINHELP_GetWindowInfo(), WINHELP_HandleTextMouse(), WINHELP_HasWorkingWindow(), WINHELP_HistoryWndProc(), WINHELP_LookupHelpFile(), and WinMain().
WNDPROC WINHELP_GLOBALS::button_proc |
Definition at line 138 of file winhelp.h.
Referenced by WINHELP_ButtonBoxWndProc(), and WINHELP_ButtonWndProc().
WINHELP_DLL* WINHELP_GLOBALS::dlls |
HFONT WINHELP_GLOBALS::hButtonFont |
Definition at line 141 of file winhelp.h.
Referenced by WINHELP_ButtonBoxWndProc().
HANDLE WINHELP_GLOBALS::hInstance |
Definition at line 133 of file winhelp.h.
Referenced by WINHELP_ButtonBoxWndProc(), WINHELP_CreateHelpWindow(), WINHELP_CreateIndexWindow(), WINHELP_GetOpenFileName(), WINHELP_GetWindowInfo(), WINHELP_MainWndProc(), WINHELP_MessageBoxIDS_s(), WINHELP_RegisterWinClasses(), and WinMain().
WINHELP_PAGESET WINHELP_GLOBALS::history |
Definition at line 140 of file winhelp.h.
Referenced by WINHELP_HistoryWndProc(), and WINHELP_RememberPage().
BOOL WINHELP_GLOBALS::isBook |
Definition at line 134 of file winhelp.h.
Referenced by WINHELP_MainWndProc(), and WinMain().
WINHELP_WINDOW* WINHELP_GLOBALS::win_list |
Definition at line 137 of file winhelp.h.
Referenced by WINHELP_CreateHelpWindow(), WINHELP_DeleteWindow(), WINHELP_HasWorkingWindow(), and WinMain().
UINT WINHELP_GLOBALS::wVersion |
Definition at line 132 of file winhelp.h.
Referenced by WINHELP_DeleteWindow(), and WinMain().