mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
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:
parent
d65b183f92
commit
195e59bd0c
@ -102,9 +102,16 @@ typedef UINTN EFI_BROWSER_ACTION;
|
|||||||
string.
|
string.
|
||||||
|
|
||||||
@retval EFI_INVALID_PARAMETER Unknown name. Progress points
|
@retval EFI_INVALID_PARAMETER Unknown name. Progress points
|
||||||
to the & before the name in
|
to the "&" before the name in
|
||||||
question.
|
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
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user