MdePkg: Update the comments of callback in EFI_FORM_BROWSER2_PROTOCOL

Add status code return for BROWSER callback in EFI_FORM_BROWSER2_PROTOCOL
to align with UEFI spec 2.10.

REF: UEFI spec 2.10 section 35.6.3

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>
Reviewed-by: Felix Polyudov <felixp@ami.com>
This commit is contained in:
Suqiang Ren 2024-01-03 10:19:56 +08:00 committed by mergify[bot]
parent 82e149f2bf
commit 7c2757c298
1 changed files with 4 additions and 1 deletions

View File

@ -138,10 +138,13 @@ EFI_STATUS
@retval EFI_SUCCESS The results have been distributed or are
awaiting distribution.
@retval EFI_OUT_OF_RESOURCES The ResultsDataSize specified
@retval EFI_BUFFER_TOO_SMALL The ResultsDataSize specified
was too small to contain the
results data.
@retval EFI_UNSUPPORTED Uncommitted browser state is not available
at the current stage of execution.
**/
typedef
EFI_STATUS