X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FApplication%2FShell%2FShellParametersProtocol.h;h=2fd8f8c88b3318c91e39f1be597957f1d85288a8;hp=15b76b76918605d03e6efc61beaa8e039cd485e4;hb=14030c5c854ea40487a853344fc763d808c1a88b;hpb=fdd52bde510a5cb89ce90c307c62e617c10ab7be diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.h b/ShellPkg/Application/Shell/ShellParametersProtocol.h index 15b76b7691..2fd8f8c88b 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.h +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.h @@ -192,8 +192,10 @@ ParseCommandLineToArgs( @param[in, out] TempParameter pointer to string of command line item extracted. @param[in] Length Length of (*TempParameter) in bytes + @return EFI_INALID_PARAMETER A required parameter was NULL or pointed to a NULL or empty string. + @return EFI_NOT_FOUND A closing " could not be found on the specified string **/ -VOID +EFI_STATUS EFIAPI GetNextParameter( IN OUT CHAR16 **Walker,