mirror of https://github.com/acidanthera/audk.git
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
|
@ -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
|
||||
|
|
|
@ -71,6 +71,7 @@ CleanUpShellParametersProtocol (
|
|||
@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…
Reference in New Issue