XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE Struct Reference

#include <GraphicsOutput.h>

Collaboration diagram for EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE:
Collaboration graph
[legend]

Public Attributes

UINT32 MaxMode
 
UINT32 Mode
 
EFI_GRAPHICS_OUTPUT_MODE_INFORMATIONInfo
 
UINTN SizeOfInfo
 
EFI_PHYSICAL_ADDRESS FrameBufferBase
 
UINTN FrameBufferSize
 

Member Data Documentation

◆ FrameBufferBase

EFI_PHYSICAL_ADDRESS EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::FrameBufferBase

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

◆ FrameBufferSize

UINTN EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::FrameBufferSize

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

◆ Info

EFI_GRAPHICS_OUTPUT_MODE_INFORMATION* EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::Info

Pointer to read-only EFI_GRAPHICS_OUTPUT_MODE_INFORMATION data.

◆ MaxMode

UINT32 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::MaxMode

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

◆ Mode

UINT32 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::Mode

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

◆ SizeOfInfo

UINTN EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE::SizeOfInfo

Size of Info structure in bytes.


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