EFI_GRAPHICS_OUTPUT_MODE_INFORMATION

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

Members

Variables

HorizontalResolution
UINT32 HorizontalResolution;

The size of video screen in pixels in the X dimension.

PixelFormat
EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;

Enumeration that defines the physical format of the pixel. A value of PixelBltOnly implies that a linear frame buffer is not available for this mode.

PixelInformation
EFI_PIXEL_BITMASK PixelInformation;

This bit-mask is only valid if PixelFormat is set to PixelPixelBitMask. A bit being set defines what bits are used for what purpose such as Red, Green, Blue, or Reserved.

PixelsPerScanLine
UINT32 PixelsPerScanLine;

Defines the number of pixel elements per video memory line.

Version
UINT32 Version;

The version of this data structure. A value of zero represents the EFI_GRAPHICS_OUTPUT_MODE_INFORMATION structure as defined in this specification.

VerticalResolution
UINT32 VerticalResolution;

The size of video screen in pixels in the Y dimension.

Meta