ReactOS 0.4.15-dev-8096-ga0eec98
NOTEPAD_GLOBALS Struct Reference

#include <notepad.h>

Collaboration diagram for NOTEPAD_GLOBALS:

Public Attributes

HINSTANCE hInstance
 
HWND hMainWnd
 
HWND hFindReplaceDlg
 
HWND hEdit
 
HWND hStatusBar
 
HFONT hFont
 
HMENU hMenu
 
HGLOBAL hDevMode
 
HGLOBAL hDevNames
 
LOGFONT lfFont
 
BOOL bWrapLongLines
 
BOOL bShowStatusBar
 
TCHAR szFindText [MAX_PATH]
 
TCHAR szReplaceText [MAX_PATH]
 
TCHAR szFileName [MAX_PATH]
 
TCHAR szFileTitle [MAX_PATH]
 
TCHAR szFilter [512]
 
RECT lMargins
 
TCHAR szHeader [MAX_PATH]
 
TCHAR szFooter [MAX_PATH]
 
TCHAR szStatusBarLineCol [MAX_PATH]
 
ENCODING encFile
 
EOLN iEoln
 
FINDREPLACE find
 
WNDPROC EditProc
 
RECT main_rect
 
BOOL bWasModified
 

Detailed Description

Definition at line 58 of file notepad.h.

Member Data Documentation

◆ bShowStatusBar

BOOL NOTEPAD_GLOBALS::bShowStatusBar

Definition at line 71 of file notepad.h.

Referenced by NOTEPAD_InitMenuPopup(), and NOTEPAD_WndProc().

◆ bWasModified

BOOL NOTEPAD_GLOBALS::bWasModified

Definition at line 88 of file notepad.h.

◆ bWrapLongLines

BOOL NOTEPAD_GLOBALS::bWrapLongLines

Definition at line 70 of file notepad.h.

Referenced by NOTEPAD_InitMenuPopup().

◆ EditProc

WNDPROC NOTEPAD_GLOBALS::EditProc

Definition at line 86 of file notepad.h.

Referenced by EDIT_WndProc(), and NOTEPAD_WndProc().

◆ encFile

ENCODING NOTEPAD_GLOBALS::encFile

Definition at line 82 of file notepad.h.

Referenced by NOTEPAD_InitData().

◆ find

FINDREPLACE NOTEPAD_GLOBALS::find

Definition at line 85 of file notepad.h.

Referenced by NOTEPAD_InitData(), and NOTEPAD_WndProc().

◆ hDevMode

HGLOBAL NOTEPAD_GLOBALS::hDevMode

Definition at line 67 of file notepad.h.

Referenced by NOTEPAD_InitData(), and NOTEPAD_WndProc().

◆ hDevNames

HGLOBAL NOTEPAD_GLOBALS::hDevNames

Definition at line 68 of file notepad.h.

Referenced by NOTEPAD_InitData(), and NOTEPAD_WndProc().

◆ hEdit

HWND NOTEPAD_GLOBALS::hEdit

◆ hFindReplaceDlg

HWND NOTEPAD_GLOBALS::hFindReplaceDlg

Definition at line 62 of file notepad.h.

Referenced by _tWinMain(), NOTEPAD_FindNext(), and NOTEPAD_FindTerm().

◆ hFont

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

◆ hMainWnd

◆ hMenu

HMENU NOTEPAD_GLOBALS::hMenu

Definition at line 66 of file notepad.h.

Referenced by NOTEPAD_EnableSearchMenu(), and NOTEPAD_WndProc().

◆ hStatusBar

HWND NOTEPAD_GLOBALS::hStatusBar

Definition at line 64 of file notepad.h.

Referenced by NOTEPAD_WndProc().

◆ iEoln

EOLN NOTEPAD_GLOBALS::iEoln

Definition at line 83 of file notepad.h.

◆ lfFont

LOGFONT NOTEPAD_GLOBALS::lfFont

Definition at line 69 of file notepad.h.

◆ lMargins

RECT NOTEPAD_GLOBALS::lMargins

Definition at line 77 of file notepad.h.

◆ main_rect

RECT NOTEPAD_GLOBALS::main_rect

Definition at line 87 of file notepad.h.

Referenced by _tWinMain().

◆ szFileName

TCHAR NOTEPAD_GLOBALS::szFileName[MAX_PATH]

Definition at line 74 of file notepad.h.

Referenced by SetFileName().

◆ szFileTitle

TCHAR NOTEPAD_GLOBALS::szFileTitle[MAX_PATH]

Definition at line 75 of file notepad.h.

Referenced by SetFileName().

◆ szFilter

TCHAR NOTEPAD_GLOBALS::szFilter[512]

Definition at line 76 of file notepad.h.

Referenced by NOTEPAD_InitData().

◆ szFindText

TCHAR NOTEPAD_GLOBALS::szFindText[MAX_PATH]

Definition at line 72 of file notepad.h.

◆ szFooter

TCHAR NOTEPAD_GLOBALS::szFooter[MAX_PATH]

Definition at line 79 of file notepad.h.

◆ szHeader

TCHAR NOTEPAD_GLOBALS::szHeader[MAX_PATH]

Definition at line 78 of file notepad.h.

◆ szReplaceText

TCHAR NOTEPAD_GLOBALS::szReplaceText[MAX_PATH]

Definition at line 73 of file notepad.h.

◆ szStatusBarLineCol

TCHAR NOTEPAD_GLOBALS::szStatusBarLineCol[MAX_PATH]

Definition at line 80 of file notepad.h.


The documentation for this struct was generated from the following file: