ReactOS 0.4.16-dev-983-g23ad936
|
#include <conio.h>
Public Attributes | |
ULONG | InputBufferSize |
COORD | ScreenBufferSize |
COORD | ConsoleSize |
ULONG | CursorSize |
BOOLEAN | CursorBlinkOn |
BOOLEAN | ForceCursorOff |
USHORT | ScreenAttrib |
USHORT | PopupAttrib |
ULONG | CodePage |
ULONG _CONSOLE_INFO::CodePage |
Definition at line 192 of file conio.h.
Referenced by ConSrvInitConsole().
COORD _CONSOLE_INFO::ConsoleSize |
Definition at line 183 of file conio.h.
Referenced by ConSrvInitConsole().
ULONG _CONSOLE_INFO::CursorSize |
Definition at line 185 of file conio.h.
Referenced by ConSrvInitConsole().
USHORT _CONSOLE_INFO::PopupAttrib |
Definition at line 190 of file conio.h.
Referenced by ConSrvInitConsole().
USHORT _CONSOLE_INFO::ScreenAttrib |
Definition at line 189 of file conio.h.
Referenced by ConSrvInitConsole().
COORD _CONSOLE_INFO::ScreenBufferSize |
Definition at line 182 of file conio.h.
Referenced by ConSrvInitConsole().