|
XenevaOS
|
#include <Shell.h>

Public Attributes | |
| LIST_ENTRY | Link |
| Linked list members. | |
| EFI_STATUS | Status |
| Status of opening the file. Valid only if Handle != NULL. | |
| CONST CHAR16 * | FullName |
| Fully qualified filename. | |
| CONST CHAR16 * | FileName |
| name of this file. | |
| SHELL_FILE_HANDLE | Handle |
| Handle for interacting with the opened file or NULL if closed. | |
| EFI_FILE_INFO * | Info |
| Pointer to the FileInfo struct for this file or NULL. | |
| SHELL_FILE_HANDLE EFI_SHELL_FILE_INFO::Handle |
Handle for interacting with the opened file or NULL if closed.
| EFI_FILE_INFO* EFI_SHELL_FILE_INFO::Info |
Pointer to the FileInfo struct for this file or NULL.
| LIST_ENTRY EFI_SHELL_FILE_INFO::Link |
Linked list members.
| EFI_STATUS EFI_SHELL_FILE_INFO::Status |
Status of opening the file. Valid only if Handle != NULL.