EFI_EXIT_BOOT_SERVICES

Terminates all boot services.

@paramin ImageHandle Handle that identifies the exiting image. @paramin MapKey Key to the latest memory map.

@retval EFI_SUCCESS Boot services have been terminated. @retval EFI_INVALID_PARAMETER MapKey is incorrect.

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

Meta