|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <SimpleTextOut.h>
Public Attributes | |
| INT32 | MaxMode |
| INT32 | Mode |
| INT32 | Attribute |
| INT32 | CursorColumn |
| INT32 | CursorRow |
| BOOLEAN | CursorVisible |
Definition at line 344 of file SimpleTextOut.h.
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::Attribute |
The current character output attribute.
Definition at line 361 of file SimpleTextOut.h.
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorColumn |
The cursor's column.
Definition at line 365 of file SimpleTextOut.h.
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorRow |
The cursor's row.
Definition at line 369 of file SimpleTextOut.h.
| BOOLEAN EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorVisible |
The cursor is currently visbile or not.
Definition at line 373 of file SimpleTextOut.h.
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::MaxMode |
The number of modes supported by QueryMode () and SetMode ().
Definition at line 348 of file SimpleTextOut.h.
Referenced by ConsoleEfiTextFindModeFromAllowed().
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::Mode |
The text mode of the output device(s).
Definition at line 357 of file SimpleTextOut.h.
Referenced by ConsoleFirmwareTextOpen().