EFI_SIMPLE_TEXT_OUTPUT_MODE

@par Data Structure Description: Mode Structure pointed to by Simple Text Out protocol.

Members

Variables

Attribute
INT32 Attribute;

The current character output attribute.

CursorColumn
INT32 CursorColumn;

The cursor's column.

CursorRow
INT32 CursorRow;

The cursor's row.

CursorVisible
BOOLEAN CursorVisible;

The cursor is currently visbile or not.

MaxMode
INT32 MaxMode;

The number of modes supported by QueryMode () and SetMode ().

Mode
INT32 Mode;

The text mode of the output device(s).

Meta