iPXE
Data Fields
_EFI_IMAGE_INPUT Struct Reference

Definition of EFI_IMAGE_INPUT. More...

#include <HiiImage.h>

Data Fields

UINT32 Flags
 
UINT16 Width
 
UINT16 Height
 
EFI_GRAPHICS_OUTPUT_BLT_PIXELBitmap
 

Detailed Description

Definition of EFI_IMAGE_INPUT.

Parameters
FlagsDescribe image characteristics. If EFI_IMAGE_TRANSPARENT is set, then the image was designed for transparent display.
WidthImage width, in pixels.
HeightImage height, in pixels.
BitmapA pointer to the actual bitmap, organized left-to-right, top-to-bottom. The size of the bitmap is Width*Height*sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL).

Definition at line 47 of file HiiImage.h.

Field Documentation

◆ Flags

UINT32 _EFI_IMAGE_INPUT::Flags

Definition at line 48 of file HiiImage.h.

◆ Width

UINT16 _EFI_IMAGE_INPUT::Width

Definition at line 49 of file HiiImage.h.

◆ Height

UINT16 _EFI_IMAGE_INPUT::Height

Definition at line 50 of file HiiImage.h.

◆ Bitmap

EFI_GRAPHICS_OUTPUT_BLT_PIXEL* _EFI_IMAGE_INPUT::Bitmap

Definition at line 51 of file HiiImage.h.


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