question

guliteb avatar image
0 Votes"
guliteb asked XiaopoYang-MSFT commented

Win32 API to access EFI_CONFIGURATION_TABLE

I am looking for API to get data from EFI_CONFIGURATION_TABLE. GetSystemFirmwareTable can only get SMBIOS table.

Thanks.

windows-api
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

XiaopoYang-MSFT avatar image
0 Votes"
XiaopoYang-MSFT answered XiaopoYang-MSFT commented

As the EnumSystemFirmwareTables said,

Not supported for UEFI systems; use 'RSMB' instead.

If RSMB not satisfied, perhaps there is no ways to get EFI_CONFIGURATION_TABLE information.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

II am using 'RSMB'. But it only returns the SMBIOS table defined in SMBIOS Spec: https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.4.0.pdf.

EFI_CONFIGURATION_TABLE is part of UEFI spec: https://uefi.org/sites/default/files/resources/UEFI_Spec_2_9_2021_03_18.pdf.


0 Votes 0 ·

There may not be a way to get efi configuration table using API.

0 Votes 0 ·