TianoCore EDK2 master
Loading...
Searching...
No Matches
UefiHiiServicesLib.h File Reference

Go to the source code of this file.

Variables

EFI_HII_FONT_PROTOCOLgHiiFont
 
EFI_HII_STRING_PROTOCOLgHiiString
 
EFI_HII_IMAGE_PROTOCOLgHiiImage
 
EFI_HII_DATABASE_PROTOCOLgHiiDatabase
 
EFI_HII_CONFIG_ROUTING_PROTOCOLgHiiConfigRouting
 

Detailed Description

Provides global variables that are pointers to the UEFI HII related protocols. All of the UEFI HII related protocols are optional, so the consumers of this library class must verify that the global variable pointers are not NULL before use.

Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file UefiHiiServicesLib.h.

Variable Documentation

◆ gHiiConfigRouting

EFI_HII_CONFIG_ROUTING_PROTOCOL* gHiiConfigRouting
extern

The pointer to the UEFI HII Config Rounting Protocol.

Pointer to the UEFI HII Config Rounting Protocol

Definition at line 47 of file UefiHiiServicesLib.c.

◆ gHiiDatabase

EFI_HII_DATABASE_PROTOCOL* gHiiDatabase
extern

The pointer to the UEFI HII Database Protocol.

Pointer to the UEFI HII Database Protocol

Definition at line 42 of file UefiHiiServicesLib.c.

◆ gHiiFont

EFI_HII_FONT_PROTOCOL* gHiiFont
extern

The pointer to the UEFI HII Font Protocol.

Pointer to the UEFI HII Font Protocol

Definition at line 27 of file UefiHiiServicesLib.c.

◆ gHiiImage

EFI_HII_IMAGE_PROTOCOL* gHiiImage
extern

The pointer to the UEFI HII Image Protocol.

Pointer to the UEFI HII Image Protocol

Definition at line 37 of file UefiHiiServicesLib.c.

◆ gHiiString

EFI_HII_STRING_PROTOCOL* gHiiString
extern

The pointer to the UEFI HII String Protocol.

Pointer to the UEFI HII String Protocol

Definition at line 32 of file UefiHiiServicesLib.c.