ReactOS 0.4.15-dev-8021-g7ce96fd
_CONSOLE_SCREEN_BUFFER Struct Reference

#include <conio.h>

Collaboration diagram for _CONSOLE_SCREEN_BUFFER:

Public Attributes

CONSOLE_IO_OBJECT Header
 
LIST_ENTRY ListEntry
 
COORD ScreenBufferSize
 
COORD ViewSize
 
COORD OldScreenBufferSize
 
COORD OldViewSize
 
COORD ViewOrigin
 
COORD CursorPosition
 
BOOLEAN CursorBlinkOn
 
BOOLEAN ForceCursorOff
 
CONSOLE_CURSOR_INFO CursorInfo
 
HPALETTE PaletteHandle
 
UINT PaletteUsage
 
USHORT Mode
 

Detailed Description

Definition at line 56 of file conio.h.

Member Data Documentation

◆ CursorBlinkOn

BOOLEAN _CONSOLE_SCREEN_BUFFER::CursorBlinkOn

Definition at line 72 of file conio.h.

Referenced by GuiWriteStream(), and OnTimer().

◆ CursorInfo

CONSOLE_CURSOR_INFO _CONSOLE_SCREEN_BUFFER::CursorInfo

Definition at line 75 of file conio.h.

Referenced by ConSrvApplyUserSettings(), and GuiConsoleShowConsoleProperties().

◆ CursorPosition

COORD _CONSOLE_SCREEN_BUFFER::CursorPosition

Definition at line 71 of file conio.h.

Referenced by GuiSetCursorInfo(), GuiSetScreenInfo(), GuiWriteStream(), OnTimer(), and SelectAll().

◆ ForceCursorOff

BOOLEAN _CONSOLE_SCREEN_BUFFER::ForceCursorOff

Definition at line 73 of file conio.h.

◆ Header

CONSOLE_IO_OBJECT _CONSOLE_SCREEN_BUFFER::Header

Definition at line 58 of file conio.h.

Referenced by CON_API().

◆ ListEntry

LIST_ENTRY _CONSOLE_SCREEN_BUFFER::ListEntry

Definition at line 60 of file conio.h.

◆ Mode

USHORT _CONSOLE_SCREEN_BUFFER::Mode

Definition at line 83 of file conio.h.

◆ OldScreenBufferSize

COORD _CONSOLE_SCREEN_BUFFER::OldScreenBufferSize

Definition at line 65 of file conio.h.

Referenced by ConSrvApplyUserSettings().

◆ OldViewSize

COORD _CONSOLE_SCREEN_BUFFER::OldViewSize

Definition at line 66 of file conio.h.

Referenced by ConSrvApplyUserSettings(), and SwitchFullScreen().

◆ PaletteHandle

HPALETTE _CONSOLE_SCREEN_BUFFER::PaletteHandle

Definition at line 78 of file conio.h.

Referenced by GuiSetActiveScreenBuffer(), and OnPaletteChanged().

◆ PaletteUsage

UINT _CONSOLE_SCREEN_BUFFER::PaletteUsage

Definition at line 79 of file conio.h.

Referenced by GuiSetActiveScreenBuffer(), and OnPaletteChanged().

◆ ScreenBufferSize

◆ ViewOrigin

COORD _CONSOLE_SCREEN_BUFFER::ViewOrigin

Definition at line 68 of file conio.h.

Referenced by HistoryDisplayCurrentHistory(), Mark(), OnScroll(), OnSize(), OnTimer(), and ResizeConWnd().

◆ ViewSize


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