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.
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.