ReactOS 0.4.15-dev-7942-gd23573b
_CONSOLE_INFO Struct Reference

#include <conio.h>

Collaboration diagram for _CONSOLE_INFO:

Public Attributes

ULONG InputBufferSize
 
COORD ScreenBufferSize
 
COORD ConsoleSize
 
ULONG CursorSize
 
BOOLEAN CursorBlinkOn
 
BOOLEAN ForceCursorOff
 
USHORT ScreenAttrib
 
USHORT PopupAttrib
 
ULONG CodePage
 

Detailed Description

Definition at line 179 of file conio.h.

Member Data Documentation

◆ CodePage

ULONG _CONSOLE_INFO::CodePage

Definition at line 192 of file conio.h.

Referenced by ConSrvInitConsole().

◆ ConsoleSize

COORD _CONSOLE_INFO::ConsoleSize

Definition at line 183 of file conio.h.

Referenced by ConSrvInitConsole().

◆ CursorBlinkOn

BOOLEAN _CONSOLE_INFO::CursorBlinkOn

Definition at line 186 of file conio.h.

◆ CursorSize

ULONG _CONSOLE_INFO::CursorSize

Definition at line 185 of file conio.h.

Referenced by ConSrvInitConsole().

◆ ForceCursorOff

BOOLEAN _CONSOLE_INFO::ForceCursorOff

Definition at line 187 of file conio.h.

◆ InputBufferSize

ULONG _CONSOLE_INFO::InputBufferSize

Definition at line 181 of file conio.h.

◆ PopupAttrib

USHORT _CONSOLE_INFO::PopupAttrib

Definition at line 190 of file conio.h.

Referenced by ConSrvInitConsole().

◆ ScreenAttrib

USHORT _CONSOLE_INFO::ScreenAttrib

Definition at line 189 of file conio.h.

Referenced by ConSrvInitConsole().

◆ ScreenBufferSize

COORD _CONSOLE_INFO::ScreenBufferSize

Definition at line 182 of file conio.h.

Referenced by ConSrvInitConsole().


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