EFI_INSTALL_CONFIGURATION_TABLE

Adds, updates, or removes a configuration table entry from the EFI System Table.

@paramin Guid A pointer to the GUID for the entry to add, update, or remove. @paramin Table A pointer to the configuration table for the entry to add, update, or remove. May be NULL.

@retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed. @retval EFI_NOT_FOUND An attempt was made to delete a nonexistent entry. @retval EFI_INVALID_PARAMETER Guid is NULL. @retval EFI_OUT_OF_RESOURCES There is not enough memory available to complete the operation.

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

Meta