TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_SCREEN_DESCRIPTOR Struct Reference

#include <MdePkg/Include/Protocol/FormBrowser2.h>

Data Fields

UINTN LeftColumn
 
UINTN RightColumn
 
UINTN TopRow
 
UINTN BottomRow
 

Detailed Description

Parameters
LeftColumnThe value that designates the text column where the browser window will begin from the left-hand side of the screen
RightColumnThe value that designates the text column where the browser window will end on the right-hand side of the screen.
TopRowThe value that designates the text row from the top of the screen where the browser window will start.
BottomRowThe value that designates the text row from the bottom of the screen where the browser window will end.

Definition at line 40 of file FormBrowser2.h.

Field Documentation

◆ BottomRow

UINTN EFI_SCREEN_DESCRIPTOR::BottomRow

Definition at line 44 of file FormBrowser2.h.

◆ LeftColumn

UINTN EFI_SCREEN_DESCRIPTOR::LeftColumn

Definition at line 41 of file FormBrowser2.h.

◆ RightColumn

UINTN EFI_SCREEN_DESCRIPTOR::RightColumn

Definition at line 42 of file FormBrowser2.h.

◆ TopRow

UINTN EFI_SCREEN_DESCRIPTOR::TopRow

Definition at line 43 of file FormBrowser2.h.


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