iPXE
Data Fields
EFI_SIMPLE_TEXT_OUTPUT_MODE Struct Reference

#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...
 

Detailed Description

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

Definition at line 351 of file SimpleTextOut.h.

Field Documentation

◆ MaxMode

INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::MaxMode

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

Definition at line 355 of file SimpleTextOut.h.

◆ Mode

INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::Mode

The text mode of the output device(s).

Definition at line 364 of file SimpleTextOut.h.

◆ Attribute

INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::Attribute

The current character output attribute.

Definition at line 368 of file SimpleTextOut.h.

◆ CursorColumn

INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorColumn

The cursor's column.

Definition at line 372 of file SimpleTextOut.h.

◆ CursorRow

INT32 EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorRow

The cursor's row.

Definition at line 376 of file SimpleTextOut.h.

◆ CursorVisible

BOOLEAN EFI_SIMPLE_TEXT_OUTPUT_MODE::CursorVisible

The cursor is currently visible or not.

Definition at line 380 of file SimpleTextOut.h.


The documentation for this struct was generated from the following file: