![Intel Extensible Firmware Interface Скачать руководство пользователя страница 121](http://html1.mh-extra.com/html/intel/extensible-firmware-interface/extensible-firmware-interface_specification_2073117121.webp)
Services
Version 1.02
12/12/00
103
3.8.6 InstallConfigurationTable()
Summary
Adds, updates, or removes a configuration table entry from the EFI System Table.
Prototype
EFI_STATUS
InstallConfigurationTable (
IN EFI_GUID
*Guid,
IN VOID
*Table
);
Parameters
Guid
A pointer to the GUID for the entry to add, update, or remove.
Table
A pointer to the configuration table for the entry to add, update, or
remove. May be
NULL
.
Description
The
InstallConfigurationTable()
function is used to maintain the list of configuration
tables that are stored in the EFI System Table. The list is stored as an array of (GUID, Pointer)
pairs. The list must be allocated from pool memory with
PoolType
set to
EfiRuntimeServicesData
.
If
Guid
is not a valid GUID,
EFI_INVALID_PARAMETER
is returned. If
Guid
is valid, there
are four possibilities:
•
If
Guid
is not present in the System Table, and
Table
is not
NULL
, then the (
Guid
,
Table
)
pair is added to the System Table. See Note below.
•
If
Guid
is not present in the System Table, and
Table
is
NULL
, then
EFI_NOT_FOUND
is
returned.
•
If
Guid
is present in the System Table, and
Table
is not
NULL
, then the (
Guid
,
Table
) pair
is updated with the new
Table
value.
•
If
Guid
is present in the System Table, and
Table
is
NULL
, then the entry associated with
Guid
is removed from the System Table.
Содержание Extensible Firmware Interface
Страница 1: ...Extensible Firmware Interface Specification Version 1 02 December 12 2000...
Страница 4: ...Extensible Firmware Interface Specification iv 12 12 00 Version 1 02...
Страница 42: ...Extensible Firmware Interface Specification 24 12 01 00 Version 1 02...
Страница 190: ...Extensible Firmware Interface Specification 172 12 12 00 Version 1 02...
Страница 200: ...Extensible Firmware Interface Specification 182 12 12 00 Version 1 02...
Страница 226: ...Extensible Firmware Interface Specification 208 12 12 00 Version 1 02...
Страница 230: ...Extensible Firmware Interface Specification 212 12 12 00 Version 1 02...
Страница 252: ...Extensible Firmware Interface Specification 234 12 12 00 Version 1 02...
Страница 294: ...Extensible Firmware Interface Specification 276 12 12 00 Version 1 02...
Страница 348: ...Extensible Firmware Interface Specification 330 12 01 00 Version 1 01...
Страница 350: ...Extensible Firmware Interface Specification 332 12 12 00 Version 1 02...
Страница 354: ...Extensible Firmware Interface Specification 336 12 12 00 Version 1 02...
Страница 362: ...Extensible Firmware Interface Specification 344 12 12 00 Version 1 02...
Страница 486: ...Extensible Firmware Interface Specification 468 12 12 00 Version 1 02...
Страница 494: ...Extensible Firmware Interface Specification 476 12 12 00 Version 1 02...