mirror of https://github.com/acidanthera/audk.git
Fix unicode issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9485 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
650efd74fc
commit
2474e48aa7
|
@ -788,9 +788,9 @@ EFI_STATUS
|
||||||
this is stored in a volatile fashion. FALSE otherwise.
|
this is stored in a volatile fashion. FALSE otherwise.
|
||||||
@return If Alias is not NULL, it will return a pointer to
|
@return If Alias is not NULL, it will return a pointer to
|
||||||
the null-terminated command for that alias.
|
the null-terminated command for that alias.
|
||||||
If Alias is NULL, ReturnedData points to a ‘;’
|
If Alias is NULL, ReturnedData points to a ';'
|
||||||
delimited list of alias (e.g.
|
delimited list of alias (e.g.
|
||||||
ReturnedData = “dir;del;copy;mfp”) that is null-terminated.
|
ReturnedData = "dir;del;copy;mfp") that is null-terminated.
|
||||||
@retval NULL An error ocurred.
|
@retval NULL An error ocurred.
|
||||||
@retval NULL Alias was not a valid Alias.
|
@retval NULL Alias was not a valid Alias.
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue