Transfers control to a loaded image's entry point.
@paramin ImageHandle Handle of image to be started.
@paramout ExitDataSize The pointer to the size, in bytes, of ExitData.
@paramout ExitData The pointer to a pointer to a data buffer that includes a Null-terminated
string, optionally followed by additional binary data.
@retval EFI_INVALID_PARAMETER ImageHandle is either an invalid image handle or the image
has already been initialized with StartImage.
@retval EFI_SECURITY_VIOLATION The current platform policy specifies that the image should not be started.
@return Exit code from image
Transfers control to a loaded image's entry point.
@paramin ImageHandle Handle of image to be started. @paramout ExitDataSize The pointer to the size, in bytes, of ExitData. @paramout ExitData The pointer to a pointer to a data buffer that includes a Null-terminated string, optionally followed by additional binary data.
@retval EFI_INVALID_PARAMETER ImageHandle is either an invalid image handle or the image has already been initialized with StartImage. @retval EFI_SECURITY_VIOLATION The current platform policy specifies that the image should not be started. @return Exit code from image