MdePkg: Update the comments of HiiConfigAccess ExtractConfig

Add the status code return for HiiConfigAccess ExtractConfig to
align with UEFI spec 2.10.

REF: UEFI spec 2.10 section 35.5.2

Signed-off-by: Suqiang Ren <suqiangx.ren@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Suqiang Ren 2024-01-04 09:51:19 +08:00 committed by mergify[bot]
parent d65b183f92
commit 195e59bd0c
1 changed files with 8 additions and 1 deletions

View File

@ -102,9 +102,16 @@ typedef UINTN EFI_BROWSER_ACTION;
string.
@retval EFI_INVALID_PARAMETER Unknown name. Progress points
to the & before the name in
to the "&" before the name in
question.
@retval EFI_INVALID_PARAMETER If Results or Progress is NULL.
@retval EFI_ACCESS_DENIED The action violated a system policy.
@retval EFI_DEVICE_ERROR Failed to extract the current configuration
for one or more named elements.
**/
typedef
EFI_STATUS