Specifications

Version 2.0
21
EFI_SHELL_PROTOCOL.FreeFileList()
Summary
Frees the file list.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_SHELL_FREE_FILE_LIST) (
IN EFI_SHELL_FILE_INFO **FileList
);
Parameters
FileList
The file list to free. Type EFI_SHELL_FILE_INFO is defined in OpenFileList()
Description
This function cleans up the file list and any related data structures. It has no
impact on the files themselves.
Status Codes Returned
EFI_SUCCESS Free the file list successfully.