mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
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:
parent
82e149f2bf
commit
7c2757c298
@ -138,10 +138,13 @@ EFI_STATUS
|
|||||||
@retval EFI_SUCCESS The results have been distributed or are
|
@retval EFI_SUCCESS The results have been distributed or are
|
||||||
awaiting distribution.
|
awaiting distribution.
|
||||||
|
|
||||||
@retval EFI_OUT_OF_RESOURCES The ResultsDataSize specified
|
@retval EFI_BUFFER_TOO_SMALL The ResultsDataSize specified
|
||||||
was too small to contain the
|
was too small to contain the
|
||||||
results data.
|
results data.
|
||||||
|
|
||||||
|
@retval EFI_UNSUPPORTED Uncommitted browser state is not available
|
||||||
|
at the current stage of execution.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user