EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES

Removes one or more protocol interfaces into the boot services environment.

@paramin Handle The handle to remove the protocol interfaces from. @param ... A variable argument list containing pairs of protocol GUIDs and protocol interfaces.

@retval EFI_SUCCESS All the protocol interfaces were removed. @retval EFI_INVALID_PARAMETER One of the protocol interfaces was not previously installed on Handle.

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

Meta