mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
ShellPkg: Document UpdateArgcArgv returns EFI_INVALID_PARAMETER
ShellParametersProtocol::UpdateArgcArgv() can return a EFI_INVALID_PARAMETER value. Document it. Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
parent
ddb7050c68
commit
7f9e354a01
2 changed files with 3 additions and 0 deletions
|
|
@ -1340,7 +1340,9 @@ RestoreStdInStdOutStdErr (
|
|||
@param[out] OldArgv Pointer to old list of parameters.
|
||||
@param[out] OldArgc Pointer to old number of items in Argv list.
|
||||
|
||||
|
||||
@retval EFI_SUCCESS Operation was successful, Argv and Argc are valid.
|
||||
@return EFI_INVALID_PARAMETER Some parameters are invalid.
|
||||
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue