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

#include <SimpleFileSystem.h>

Collaboration diagram for _EFI_FILE_PROTOCOL:
Collaboration graph
[legend]

Public Attributes

UINT64 Revision
 
EFI_FILE_OPEN Open
 
EFI_FILE_CLOSE Close
 
EFI_FILE_DELETE Delete
 
EFI_FILE_READ Read
 
EFI_FILE_WRITE Write
 
EFI_FILE_GET_POSITION GetPosition
 
EFI_FILE_SET_POSITION SetPosition
 
EFI_FILE_GET_INFO GetInfo
 
EFI_FILE_SET_INFO SetInfo
 
EFI_FILE_FLUSH Flush
 
EFI_FILE_OPEN_EX OpenEx
 
EFI_FILE_READ_EX ReadEx
 
EFI_FILE_WRITE_EX WriteEx
 
EFI_FILE_FLUSH_EX FlushEx
 

Detailed Description

The EFI_FILE_PROTOCOL provides file IO access to supported file systems. An EFI_FILE_PROTOCOL provides access to a file's or directory's contents, and is also a reference to a location in the directory tree of the file system in which the file resides. With any given file handle, other files may be opened relative to this file's location, yielding new file handles.

Member Data Documentation

◆ Close

EFI_FILE_CLOSE _EFI_FILE_PROTOCOL::Close

◆ Delete

EFI_FILE_DELETE _EFI_FILE_PROTOCOL::Delete

◆ Flush

EFI_FILE_FLUSH _EFI_FILE_PROTOCOL::Flush

◆ FlushEx

EFI_FILE_FLUSH_EX _EFI_FILE_PROTOCOL::FlushEx

◆ GetInfo

EFI_FILE_GET_INFO _EFI_FILE_PROTOCOL::GetInfo

◆ GetPosition

EFI_FILE_GET_POSITION _EFI_FILE_PROTOCOL::GetPosition

◆ Open

EFI_FILE_OPEN _EFI_FILE_PROTOCOL::Open

◆ OpenEx

EFI_FILE_OPEN_EX _EFI_FILE_PROTOCOL::OpenEx

◆ Read

EFI_FILE_READ _EFI_FILE_PROTOCOL::Read

◆ ReadEx

EFI_FILE_READ_EX _EFI_FILE_PROTOCOL::ReadEx

◆ Revision

UINT64 _EFI_FILE_PROTOCOL::Revision

The version of the EFI_FILE_PROTOCOL interface. The version specified by this specification is EFI_FILE_PROTOCOL_LATEST_REVISION. Future versions are required to be backward compatible to version 1.0.

◆ SetInfo

EFI_FILE_SET_INFO _EFI_FILE_PROTOCOL::SetInfo

◆ SetPosition

EFI_FILE_SET_POSITION _EFI_FILE_PROTOCOL::SetPosition

◆ Write

EFI_FILE_WRITE _EFI_FILE_PROTOCOL::Write

◆ WriteEx

EFI_FILE_WRITE_EX _EFI_FILE_PROTOCOL::WriteEx

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