EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

FrameBufferBase
EFI_PHYSICAL_ADDRESS FrameBufferBase;

Base address of graphics linear frame buffer. Offset zero in FrameBufferBase represents the upper left pixel of the display.

FrameBufferSize
UINTN FrameBufferSize;

Amount of frame buffer needed to support the active mode as defined by PixelsPerScanLine xVerticalResolution x PixelElementSize.

Info
EFI_GRAPHICS_OUTPUT_MODE_INFORMATION* Info;

Pointer to read-only EFI_GRAPHICS_OUTPUT_MODE_INFORMATION data.

MaxMode
UINT32 MaxMode;

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

Mode
UINT32 Mode;

Current Mode of the graphics device. Valid mode numbers are 0 to MaxMode -1.

SizeOfInfo
UINTN SizeOfInfo;

Size of Info structure in bytes.

Meta