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

Data Fields

UINT32 ImageInfoType
 
EFI_LOADED_IMAGE_PROTOCOLLoadedImageProtocolInstance
 
EFI_HANDLE ImageHandle
 

Detailed Description

Definition at line 36 of file DebugImageInfoTable.h.

Field Documentation

◆ ImageHandle

EFI_HANDLE EFI_DEBUG_IMAGE_INFO_NORMAL::ImageHandle

Indicates the image handle of the associated image.

Definition at line 49 of file DebugImageInfoTable.h.

◆ ImageInfoType

UINT32 EFI_DEBUG_IMAGE_INFO_NORMAL::ImageInfoType

Indicates the type of image info structure. For PE32 EFI images, this is set to EFI_DEBUG_IMAGE_INFO_TYPE_NORMAL.

Definition at line 41 of file DebugImageInfoTable.h.

◆ LoadedImageProtocolInstance

EFI_LOADED_IMAGE_PROTOCOL* EFI_DEBUG_IMAGE_INFO_NORMAL::LoadedImageProtocolInstance

A pointer to an instance of the loaded image protocol for the associated image.

Definition at line 45 of file DebugImageInfoTable.h.


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