Specifications
44 Version 2.0
EFI_SHELL_PROTOCOL.RemoveDupInFileList()
Summary
Deletes the duplicate file names files in the given file list.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_SHELL_REMOVE_DUP_IN_FILE_LIST) (
IN EFI_SHELL_FILE_INFO **FileList
);
Parameters
FileList
A pointer to the first entry in the file list.
Description
This function deletes the reduplicate files in the given file list.
Status Codes Returned
EFI_SUCCESS Always success.










