|
iPXE
|
#include <SimpleTextOut.h>
Data Fields | |
| INT32 | MaxMode |
| The number of modes supported by QueryMode () and SetMode (). More... | |
| INT32 | Mode |
| The text mode of the output device(s). More... | |
| INT32 | Attribute |
| The current character output attribute. More... | |
| INT32 | CursorColumn |
| The cursor's column. More... | |
| INT32 | CursorRow |
| The cursor's row. More... | |
| BOOLEAN | CursorVisible |
| The cursor is currently visible or not. More... | |
Definition at line 351 of file SimpleTextOut.h.
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::MaxMode |
The number of modes supported by QueryMode () and SetMode ().
Definition at line 355 of file SimpleTextOut.h.
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::Mode |
The text mode of the output device(s).
Definition at line 364 of file SimpleTextOut.h.
Referenced by efi_prescroll().
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::Attribute |
The current character output attribute.
Definition at line 368 of file SimpleTextOut.h.
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorColumn |
The cursor's column.
Definition at line 372 of file SimpleTextOut.h.
| INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorRow |
| BOOLEAN EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorVisible |
The cursor is currently visible or not.
Definition at line 380 of file SimpleTextOut.h.
1.8.15