EFI_IMAGE_UNLOAD

Unloads an image.

@paramin ImageHandle Handle that identifies the image to be unloaded.

@retval EFI_SUCCESS The image has been unloaded. @retval EFI_INVALID_PARAMETER ImageHandle is not a valid image handle.

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

Meta