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

Go to the source code of this file.

Variables

EFI_HANDLE gImageHandle
 
EFI_SYSTEM_TABLEgST
 
EFI_BOOT_SERVICESgBS
 

Detailed Description

Provides a service to retrieve a pointer to the EFI Boot Services Table. Only available to DXE and UEFI module types.

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

Definition in file UefiBootServicesTableLib.h.

Variable Documentation

◆ gBS

EFI_BOOT_SERVICES* gBS
extern

Cache pointer to the EFI Boot Services Table

Definition at line 17 of file UefiBootServicesTableLib.c.

◆ gImageHandle

EFI_HANDLE gImageHandle
extern

Cache the Image Handle

Definition at line 15 of file UefiBootServicesTableLib.c.

◆ gST

EFI_SYSTEM_TABLE* gST
extern

Cache pointer to the EFI System Table

Definition at line 16 of file UefiBootServicesTableLib.c.