ReactOS 0.4.15-dev-7934-g1dc8d80
_CONSOLE_STATE_INFO Struct Reference

#include <settings.h>

Collaboration diagram for _CONSOLE_STATE_INFO:

Public Attributes

ULONG cbSize
 
COORD ScreenBufferSize
 
COORD WindowSize
 
POINT WindowPosition
 
COORD FontSize
 
ULONG FontFamily
 
ULONG FontWeight
 
WCHAR FaceName [LF_FACESIZE]
 
ULONG CursorSize
 
BOOL FullScreen
 
BOOL QuickEdit
 
BOOL AutoPosition
 
BOOL InsertMode
 
USHORT ScreenAttributes
 
USHORT PopupAttributes
 
BOOL HistoryNoDup
 
ULONG HistoryBufferSize
 
ULONG NumberOfHistoryBuffers
 
COLORREF ColorTable [16]
 
ULONG CodePage
 
HWND hWnd
 
WCHAR ConsoleTitle [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 27 of file settings.h.

Member Data Documentation

◆ AutoPosition

BOOL _CONSOLE_STATE_INFO::AutoPosition

Definition at line 44 of file settings.h.

Referenced by GuiApplyUserSettings(), GuiConsoleShowConsoleProperties(), and LayoutProc().

◆ cbSize

ULONG _CONSOLE_STATE_INFO::cbSize

Definition at line 29 of file settings.h.

Referenced by GuiApplyUserSettings(), GuiConsoleShowConsoleProperties(), and InitApplet().

◆ CodePage

ULONG _CONSOLE_STATE_INFO::CodePage

Definition at line 55 of file settings.h.

Referenced by FontProc(), GuiConsoleShowConsoleProperties(), and OptionsProc().

◆ ColorTable

COLORREF _CONSOLE_STATE_INFO::ColorTable[16]

Definition at line 53 of file settings.h.

Referenced by ColorsProc(), GuiConsoleShowConsoleProperties(), and WinPrev_OnDraw().

◆ ConsoleTitle

WCHAR _CONSOLE_STATE_INFO::ConsoleTitle[ANYSIZE_ARRAY]

Definition at line 58 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), and InitApplet().

◆ CursorSize

ULONG _CONSOLE_STATE_INFO::CursorSize

Definition at line 41 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), and OptionsProc().

◆ FaceName

WCHAR _CONSOLE_STATE_INFO::FaceName[LF_FACESIZE]

Definition at line 39 of file settings.h.

Referenced by FontProc(), GuiApplyUserSettings(), and GuiConsoleShowConsoleProperties().

◆ FontFamily

ULONG _CONSOLE_STATE_INFO::FontFamily

Definition at line 37 of file settings.h.

Referenced by FontProc(), GuiApplyUserSettings(), and GuiConsoleShowConsoleProperties().

◆ FontSize

COORD _CONSOLE_STATE_INFO::FontSize

Definition at line 36 of file settings.h.

Referenced by FontProc(), GuiApplyUserSettings(), and GuiConsoleShowConsoleProperties().

◆ FontWeight

ULONG _CONSOLE_STATE_INFO::FontWeight

Definition at line 38 of file settings.h.

Referenced by FontProc(), GuiApplyUserSettings(), and GuiConsoleShowConsoleProperties().

◆ FullScreen

BOOL _CONSOLE_STATE_INFO::FullScreen

Definition at line 42 of file settings.h.

Referenced by GuiApplyUserSettings(), GuiConsoleShowConsoleProperties(), and OptionsProc().

◆ HistoryBufferSize

ULONG _CONSOLE_STATE_INFO::HistoryBufferSize

Definition at line 50 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), and OptionsProc().

◆ HistoryNoDup

BOOL _CONSOLE_STATE_INFO::HistoryNoDup

Definition at line 49 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), and OptionsProc().

◆ hWnd

HWND _CONSOLE_STATE_INFO::hWnd

Definition at line 56 of file settings.h.

Referenced by ApplyConsoleInfo(), GuiConsoleShowConsoleProperties(), and InitApplet().

◆ InsertMode

BOOL _CONSOLE_STATE_INFO::InsertMode

Definition at line 45 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), and OptionsProc().

◆ NumberOfHistoryBuffers

ULONG _CONSOLE_STATE_INFO::NumberOfHistoryBuffers

Definition at line 51 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), and OptionsProc().

◆ PopupAttributes

USHORT _CONSOLE_STATE_INFO::PopupAttributes

Definition at line 48 of file settings.h.

Referenced by ColorsProc(), and GuiConsoleShowConsoleProperties().

◆ QuickEdit

BOOL _CONSOLE_STATE_INFO::QuickEdit

Definition at line 43 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), and OptionsProc().

◆ ScreenAttributes

USHORT _CONSOLE_STATE_INFO::ScreenAttributes

Definition at line 47 of file settings.h.

Referenced by ColorsProc(), GuiConsoleShowConsoleProperties(), and WinPrev_OnDraw().

◆ ScreenBufferSize

COORD _CONSOLE_STATE_INFO::ScreenBufferSize

Definition at line 32 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), LayoutProc(), and WinPrev_OnDraw().

◆ WindowPosition

POINT _CONSOLE_STATE_INFO::WindowPosition

◆ WindowSize

COORD _CONSOLE_STATE_INFO::WindowSize

Definition at line 33 of file settings.h.

Referenced by GuiConsoleShowConsoleProperties(), LayoutProc(), and WinPrev_OnDraw().


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