TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_SHELL_FILE_INFO Struct Reference

Data Fields

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_INFOInfo
 Pointer to the FileInfo struct for this file or NULL.
 

Detailed Description

Definition at line 152 of file Shell.h.

Field Documentation

◆ FileName

CONST CHAR16* EFI_SHELL_FILE_INFO::FileName

name of this file.

Definition at line 156 of file Shell.h.

◆ FullName

CONST CHAR16* EFI_SHELL_FILE_INFO::FullName

Fully qualified filename.

Definition at line 155 of file Shell.h.

◆ Handle

SHELL_FILE_HANDLE EFI_SHELL_FILE_INFO::Handle

Handle for interacting with the opened file or NULL if closed.

Definition at line 157 of file Shell.h.

◆ Info

EFI_FILE_INFO* EFI_SHELL_FILE_INFO::Info

Pointer to the FileInfo struct for this file or NULL.

Definition at line 158 of file Shell.h.

◆ Link

LIST_ENTRY EFI_SHELL_FILE_INFO::Link

Linked list members.

Definition at line 153 of file Shell.h.

◆ Status

EFI_STATUS EFI_SHELL_FILE_INFO::Status

Status of opening the file. Valid only if Handle != NULL.

Definition at line 154 of file Shell.h.


The documentation for this struct was generated from the following file: