Specifications
28 Version 2.0
EFI_SHELL_PROTOCOL.GetFileInfo()
Summary
Gets the file information from an open file handle.
Prototype
typedef
EFI_FILE_INFO *
(EFIAPI *EFI_SHELL_GET_FILE_INFO)(
IN EFI_FILE_HANDLE FileHandle
);
Parameters
FileHandle
A file handle
Description
This function allocates a buffer to store the file’s information. It’s the caller’s
responsibility to free the buffer.
Returns
≠NULL
Cannot get the file info.
NULL A pointer to a buffer with file information.










