EFI_DEBUG_IMAGE_INFO_NORMAL

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

ImageHandle
EFI_HANDLE ImageHandle;

Indicates the image handle of the associated image.

ImageInfoType
UINT32 ImageInfoType;

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

LoadedImageProtocolInstance
EFI_LOADED_IMAGE_PROTOCOL* LoadedImageProtocolInstance;

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

Meta