ReactOS 0.4.16-dev-122-g325d74c
|
#include <notepad.h>
BOOL NOTEPAD_GLOBALS::bShowStatusBar |
Definition at line 71 of file notepad.h.
Referenced by NOTEPAD_InitMenuPopup(), and NOTEPAD_WndProc().
BOOL NOTEPAD_GLOBALS::bWrapLongLines |
Definition at line 70 of file notepad.h.
Referenced by NOTEPAD_InitMenuPopup().
WNDPROC NOTEPAD_GLOBALS::EditProc |
Definition at line 86 of file notepad.h.
Referenced by EDIT_WndProc(), and NOTEPAD_WndProc().
ENCODING NOTEPAD_GLOBALS::encFile |
Definition at line 82 of file notepad.h.
Referenced by NOTEPAD_InitData().
FINDREPLACE NOTEPAD_GLOBALS::find |
Definition at line 85 of file notepad.h.
Referenced by NOTEPAD_InitData(), and NOTEPAD_WndProc().
HGLOBAL NOTEPAD_GLOBALS::hDevMode |
Definition at line 67 of file notepad.h.
Referenced by NOTEPAD_InitData(), and NOTEPAD_WndProc().
HGLOBAL NOTEPAD_GLOBALS::hDevNames |
Definition at line 68 of file notepad.h.
Referenced by NOTEPAD_InitData(), and NOTEPAD_WndProc().
HWND NOTEPAD_GLOBALS::hEdit |
Definition at line 63 of file notepad.h.
Referenced by NOTEPAD_EnableSearchMenu(), NOTEPAD_FindNext(), NOTEPAD_InitMenuPopup(), NOTEPAD_ReplaceAll(), and NOTEPAD_WndProc().
HWND NOTEPAD_GLOBALS::hFindReplaceDlg |
Definition at line 62 of file notepad.h.
Referenced by _tWinMain(), NOTEPAD_FindNext(), and NOTEPAD_FindTerm().
HFONT NOTEPAD_GLOBALS::hFont |
Definition at line 65 of file notepad.h.
Referenced by NOTEPAD_WndProc(), OSK_ChooseFont(), OSK_Close(), OSK_Create(), OSK_Paint(), and OSK_SetKeys().
HINSTANCE NOTEPAD_GLOBALS::hInstance |
Definition at line 60 of file notepad.h.
Referenced by _tWinMain(), MAIN_CreateMainWindow(), MAIN_CreateMDIWindow(), MAIN_MessageBoxIDS(), MAIN_MessageBoxIDS_s(), MAIN_RegisterMainWinClass(), NOTEPAD_FindNext(), NOTEPAD_InitData(), OSK_About(), OSK_Create(), OSK_Paint(), OSK_SetImage(), OSK_SetKeys(), OSK_SetText(), PrintResourceString(), and wWinMain().
HWND NOTEPAD_GLOBALS::hMainWnd |
Definition at line 61 of file notepad.h.
Referenced by _tWinMain(), AlertFileDoesNotExist(), HandleCommandLine(), MAIN_CreateMainWindow(), MAIN_CreateMDIWindow(), MAIN_MenuCommand(), MAIN_MessageBoxIDS(), MAIN_MessageBoxIDS_s(), MAIN_SaveSettings(), MAIN_SetMainWindowTitle(), NOTEPAD_WndProc(), OSK_About(), OSK_ChooseFont(), OSK_Close(), OSK_Command(), OSK_Create(), OSK_DestroyKeys(), OSK_RefreshLEDKeys(), OSK_ReleaseKey(), OSK_SetImage(), OSK_SetKeys(), OSK_SetText(), OSK_Timer(), OSK_WarningDlgThread(), PrintStringV(), ShowLastWin32Error(), and wWinMain().
HMENU NOTEPAD_GLOBALS::hMenu |
Definition at line 66 of file notepad.h.
Referenced by NOTEPAD_EnableSearchMenu(), and NOTEPAD_WndProc().
HWND NOTEPAD_GLOBALS::hStatusBar |
Definition at line 64 of file notepad.h.
Referenced by NOTEPAD_WndProc().
Definition at line 74 of file notepad.h.
Referenced by SetFileName().
Definition at line 75 of file notepad.h.
Referenced by SetFileName().
TCHAR NOTEPAD_GLOBALS::szFilter[512] |
Definition at line 76 of file notepad.h.
Referenced by NOTEPAD_InitData().