構文typedef struct
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 | 
|---|---|---|---|
1  | 
EFI_LOADED_IMAGE_PROTOCOL | ||
| Revision | UINT32 | < Defines the revision of the EFI_LOADED_IMAGE_PROTOCOL structure. | |
| ParentHandle | EFI_HANDLE | < Parent image's image handle. NULL if the image is loaded directly from | |
| SystemTable | EFI_SYSTEM_TABLE * | < the image's EFI system table pointer. | |
| DeviceHandle | EFI_HANDLE | < The device handle that the EFI Image was loaded from. | |
| FilePath | EFI_DEVICE_PATH_PROTOCOL * | < A pointer to the file path portion specific to DeviceHandle | |
| Reserved | VOID * | < Reserved. DO NOT USE. | |
| LoadOptionsSize | UINT32 | < The size in bytes of LoadOptions. | |
| LoadOptions | VOID * | < A pointer to the image's binary load options. | |
| ImageBase | VOID * | < The base address at which the image was loaded. | |
| ImageSize | UINT64 | < The size in bytes of the loaded image. | |
| ImageCodeType | EFI_MEMORY_TYPE | < The memory type that the code sections were loaded as. | |
| ImageDataType | EFI_MEMORY_TYPE | < The memory type that the data sections were loaded as. | |
| Unload | EFI_IMAGE_UNLOAD | 
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー