mirror of https://github.com/acidanthera/audk.git
ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArg
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Brendan Jackman <Brendan.Jackman@arm.com> Reviewed-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15182 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d9c7741d4f
commit
708793148d
|
@ -1447,8 +1447,8 @@ InternalShellConvertFileListType (
|
|||
Opens a group of files based on a path.
|
||||
|
||||
This function uses the Arg to open all the matching files. Each matched
|
||||
file has a SHELL_FILE_ARG structure to record the file information. These
|
||||
structures are placed on the list ListHead. Users can get the SHELL_FILE_ARG
|
||||
file has a SHELL_FILE_INFO structure to record the file information. These
|
||||
structures are placed on the list ListHead. Users can get the SHELL_FILE_INFO
|
||||
structures from ListHead to access each file. This function supports wildcards
|
||||
and will process '?' and '*' as such. the list must be freed with a call to
|
||||
ShellCloseFileMetaArg().
|
||||
|
|
Loading…
Reference in New Issue