ReactOS 0.4.16-dev-401-g45b008d
|
#include <precomp.h>
Public Attributes | |
HINSTANCE | hInstance |
HWND | hMainWnd |
HWND | hWndNext |
HMENU | hMenu |
UINT | uDisplayFormat |
UINT | uCheckedItem |
LONG | CharWidth |
LONG | CharHeight |
LONG _CLIPBOARD_GLOBALS::CharHeight |
Definition at line 52 of file precomp.h.
Referenced by DrawTextFromClipboard(), and MainWndProc().
LONG _CLIPBOARD_GLOBALS::CharWidth |
Definition at line 51 of file precomp.h.
Referenced by MainWndProc().
HINSTANCE _CLIPBOARD_GLOBALS::hInstance |
Definition at line 43 of file precomp.h.
Referenced by AlertFileNotSaved(), AlertPrintError(), DIALOG_AddFilterItem(), DIALOG_Browse(), DIALOG_COPY_MOVE_DlgProc(), DIALOG_CopyMove(), DIALOG_Execute(), DIALOG_FileOpen(), DIALOG_FilePageSetup(), DIALOG_FilePrint(), DIALOG_FileSaveAs(), DIALOG_FileSaveAs_Hook(), DIALOG_GoTo(), DIALOG_GoTo_DialogProc(), DIALOG_GroupAttributes(), DIALOG_HelpAboutNotepad(), DIALOG_New(), DIALOG_Printing_DialogProc(), DIALOG_ProgramAttributes(), DIALOG_StatusBarUpdateEncoding(), DIALOG_StatusBarUpdateLineEndings(), DIALOG_StringMsgBox(), DIALOG_Symbol(), DoCreateEditWindow(), DoShowHideStatusBar(), GROUP_GroupWndProc(), GROUP_RegisterGroupWinClass(), LoadClipboardDataFromFile(), LoadClipboardFromFile(), MACRO_About(), MACRO_History(), MACRO_Print(), NOTEPAD_LoadSettingsFromRegistry(), OnCommand(), OnPaint(), ReadClipboardFile(), SaveClipboardToFile(), ShowLastError(), STRING_LoadMenus(), STRING_LoadStrings(), UpdateDisplayMenu(), UpdateWindowCaption(), WHD_GetInfo(), WriteClipboardFile(), and wWinMain().
HWND _CLIPBOARD_GLOBALS::hMainWnd |
Definition at line 44 of file precomp.h.
Referenced by AlertFileNotFound(), AlertFileNotSaved(), AlertPrintError(), DeleteClipboardContent(), DIALOG_CopyMove(), DIALOG_Execute(), DIALOG_EXECUTE_DlgProc(), DIALOG_FileExit(), DIALOG_FileOpen(), DIALOG_FilePageSetup(), DIALOG_FilePrint(), DIALOG_FileSaveAs(), DIALOG_GoTo(), DIALOG_GroupAttributes(), DIALOG_HelpAboutNotepad(), DIALOG_HelpContents(), DIALOG_New(), DIALOG_PAGESETUP_Hook(), DIALOG_ProgramAttributes(), DIALOG_SearchDialog(), DIALOG_SelectFont(), DoCreateEditWindow(), DoShowHideStatusBar(), GetClipboardDataDimensions(), GRPFILE_WriteGroupFile(), InitMenuPopup(), LoadClipboardDataFromFile(), LoadClipboardFromFile(), MACRO_ExecFile(), MACRO_Lookup(), MainWndProc(), NOTEPAD_SaveSettingsToRegistry(), OnCommand(), OnPaint(), PROGRAM_ExecuteProgram(), ReadClipboardFile(), SaveClipboardToFile(), SaveSettings(), SetDisplayFormat(), ShowLastError(), STRING_LoadMenus(), UpdateDisplayMenu(), UpdateWindowCaption(), WHD_GetInfo(), WriteClipboardFile(), and wWinMain().
HMENU _CLIPBOARD_GLOBALS::hMenu |
Definition at line 46 of file precomp.h.
Referenced by DIALOG_EditWrap(), MainWndProc(), SetDisplayFormat(), and UpdateDisplayMenu().
HWND _CLIPBOARD_GLOBALS::hWndNext |
Definition at line 45 of file precomp.h.
Referenced by MainWndProc().
UINT _CLIPBOARD_GLOBALS::uCheckedItem |
Definition at line 48 of file precomp.h.
Referenced by SetDisplayFormat().
UINT _CLIPBOARD_GLOBALS::uDisplayFormat |
Definition at line 47 of file precomp.h.
Referenced by MainWndProc(), OnPaint(), OnScroll(), and SetDisplayFormat().