Specifications
Version 2.0
9
EFI_SHELL_PROTOCOL.CloseFile()
Summary
Closes the file handle.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_SHELL_CLOSE_FILE)(
IN EFI_FILE_HANDLE FileHandle
);
Parameters
FileHandle
The file handle to be closed
Description
This function closes a specified file handle. All “dirty” cached file data is flushed to the
device, and the file is closed. In all cases, the handle is closed.
Status Codes Returned
EFI_SUCCESS The file is closed successfully










