ReactOS 0.4.16-dev-336-gb667d82
|
#include <conio.h>
BOOLEAN _CONSOLE_SCREEN_BUFFER::CursorBlinkOn |
Definition at line 72 of file conio.h.
Referenced by GuiWriteStream(), and OnTimer().
CONSOLE_CURSOR_INFO _CONSOLE_SCREEN_BUFFER::CursorInfo |
Definition at line 75 of file conio.h.
Referenced by ConSrvApplyUserSettings(), and GuiConsoleShowConsoleProperties().
COORD _CONSOLE_SCREEN_BUFFER::CursorPosition |
Definition at line 71 of file conio.h.
Referenced by GuiSetCursorInfo(), GuiSetScreenInfo(), GuiWriteStream(), OnTimer(), and SelectAll().
CONSOLE_IO_OBJECT _CONSOLE_SCREEN_BUFFER::Header |
LIST_ENTRY _CONSOLE_SCREEN_BUFFER::ListEntry |
COORD _CONSOLE_SCREEN_BUFFER::OldScreenBufferSize |
Definition at line 65 of file conio.h.
Referenced by ConSrvApplyUserSettings().
COORD _CONSOLE_SCREEN_BUFFER::OldViewSize |
Definition at line 66 of file conio.h.
Referenced by ConSrvApplyUserSettings(), and SwitchFullScreen().
HPALETTE _CONSOLE_SCREEN_BUFFER::PaletteHandle |
Definition at line 78 of file conio.h.
Referenced by GuiSetActiveScreenBuffer(), and OnPaletteChanged().
UINT _CONSOLE_SCREEN_BUFFER::PaletteUsage |
Definition at line 79 of file conio.h.
Referenced by GuiSetActiveScreenBuffer(), and OnPaletteChanged().
COORD _CONSOLE_SCREEN_BUFFER::ScreenBufferSize |
Definition at line 62 of file conio.h.
Referenced by CON_API(), ConSrvApplyUserSettings(), ConWndProc(), CreateSelectionRgn(), GuiConsoleShowConsoleProperties(), OnGetMinMaxInfo(), OnKey(), OnScroll(), OnSize(), ResizeConWnd(), and SelectAll().
COORD _CONSOLE_SCREEN_BUFFER::ViewOrigin |
Definition at line 68 of file conio.h.
Referenced by HistoryDisplayCurrentHistory(), Mark(), OnScroll(), OnSize(), OnTimer(), and ResizeConWnd().
COORD _CONSOLE_SCREEN_BUFFER::ViewSize |
Definition at line 63 of file conio.h.
Referenced by ConioDrawConsole(), ConSrvApplyUserSettings(), GuiConsoleShowConsoleProperties(), GuiWriteStream(), HistoryDisplayCurrentHistory(), OnGetMinMaxInfo(), OnKey(), OnScroll(), OnSize(), OnTimer(), ResizeConWnd(), and SwitchFullScreen().