ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <blue.h>
Public Attributes | |
COORD | dwSize |
COORD | dwCursorPosition |
USHORT | wAttributes |
SMALL_RECT | srWindow |
COORD | dwMaximumWindowSize |
COORD tagCONSOLE_SCREEN_BUFFER_INFO::dwCursorPosition |
Definition at line 41 of file blue.h.
Referenced by ConClearLine(), CONSOLE_GetCursorX(), CONSOLE_GetCursorXY(), CONSOLE_GetCursorY(), doChild(), GetConsoleScreenBufferInfo(), GetCursorX(), GetCursorXY(), GetCursorY(), TConsole::index(), PagePrompt(), ReadCommand(), ResizeTextConsole(), ScreenDeviceControl(), ScrIoControl(), SetConsoleCursorPosition(), TConsole::SetCursorPosition(), TConsole::SetRawCursorPosition(), test_Console(), UpdateCursorPosition(), TConsole::WriteString(), TConsole::WriteStringFast(), and TConsole::WriteText().
COORD tagCONSOLE_SCREEN_BUFFER_INFO::dwMaximumWindowSize |
Definition at line 44 of file blue.h.
Referenced by doChild(), GetConsoleScreenBufferInfo(), ScreenDeviceControl(), ScrIoControl(), START_TEST(), test_Console(), test_GetConsoleFontInfo(), test_GetCurrentConsoleFont(), and test_GetLargestConsoleWindowSize().
COORD tagCONSOLE_SCREEN_BUFFER_INFO::dwSize |
Definition at line 40 of file blue.h.
Referenced by ConClearLine(), ConClearScreen(), ConSetScreenColor(), CONSOLE_Init(), ConWritePaging(), DisplayScreen(), DisplayTitle(), doChild(), TMouse::doClip(), TMouse::doMouse(), GetConsoleScreenBufferInfo(), GetScreenColumns(), GetScreenSize(), TConsole::index(), main(), MainLoop(), TMouse::move_mouse(), PagePrompt(), PrintInfoLine(), ReadCommand(), RecoveryConsole(), ResizeTextConsole(), ScreenDeviceControl(), ScrIoControl(), SetConsoleState(), SetConsoleStateOld(), TConsole::SetWindowSize(), ShowConsoleStatus(), START_TEST(), test_Console(), test_cp855(), test_cp932(), test_GetConsoleFontInfo(), test_GetLargestConsoleWindowSize(), VgaDetachFromConsole(), wmain(), write_status(), and TConsole::WriteStringFast().
SMALL_RECT tagCONSOLE_SCREEN_BUFFER_INFO::srWindow |
Definition at line 43 of file blue.h.
Referenced by ConWritePaging(), doChild(), GetConsoleScreenBufferInfo(), TConsole::index(), main(), PagePrompt(), ResizeTextConsole(), ScreenDeviceControl(), ScrIoControl(), START_TEST(), test_Console(), test_GetConsoleFontInfo(), test_GetConsoleFontSize(), test_GetCurrentConsoleFont(), VgaDetachFromConsole(), wmain(), and TConsole::WriteStringFast().
USHORT tagCONSOLE_SCREEN_BUFFER_INFO::wAttributes |
Definition at line 42 of file blue.h.
Referenced by ConClearScreen(), ConGetDefaultAttributes(), doChild(), GetConsoleScreenBufferInfo(), main(), ScreenDeviceControl(), ScrIoControl(), TConsole::TConsole(), and test_Console().