XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_SHELL_FILE_INFO Struct Reference

#include <Shell.h>

Collaboration diagram for EFI_SHELL_FILE_INFO:
Collaboration graph
[legend]

Public Attributes

LIST_ENTRY Link
 Linked list members.
 
EFI_STATUS Status
 Status of opening the file. Valid only if Handle != NULL.
 
CONST CHAR16FullName
 Fully qualified filename.
 
CONST CHAR16FileName
 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.
 

Member Data Documentation

◆ FileName

CONST CHAR16* EFI_SHELL_FILE_INFO::FileName

name of this file.

◆ FullName

CONST CHAR16* EFI_SHELL_FILE_INFO::FullName

Fully qualified filename.

◆ Handle

SHELL_FILE_HANDLE EFI_SHELL_FILE_INFO::Handle

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

◆ Info

EFI_FILE_INFO* EFI_SHELL_FILE_INFO::Info

Pointer to the FileInfo struct for this file or NULL.

◆ Link

LIST_ENTRY EFI_SHELL_FILE_INFO::Link

Linked list members.

◆ Status

EFI_STATUS EFI_SHELL_FILE_INFO::Status

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


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