EFI_IMAGE_ENTRY_POINT

This is the declaration of an EFI image entry point. This entry point is the same for UEFI Applications, UEFI OS Loaders, and UEFI Drivers including both device drivers and bus drivers.

@paramin ImageHandle The firmware allocated handle for the UEFI image. @paramin SystemTable A pointer to the EFI System Table.

@retval EFI_SUCCESS The operation completed successfully. @retval Others An unexpected error occurred.

extern (C)
alias EFI_IMAGE_ENTRY_POINT = EFI_STATUS function @nogc nothrow

Meta