_EFI_FILE_PROTOCOL

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.

Members

Variables

Close
EFI_FILE_CLOSE Close;
Undocumented in source.
Delete
EFI_FILE_DELETE Delete;
Undocumented in source.
Flush
EFI_FILE_FLUSH Flush;
Undocumented in source.
FlushEx
EFI_FILE_FLUSH_EX FlushEx;
Undocumented in source.
GetInfo
EFI_FILE_GET_INFO GetInfo;
Undocumented in source.
GetPosition
EFI_FILE_GET_POSITION GetPosition;
Undocumented in source.
Open
EFI_FILE_OPEN Open;
Undocumented in source.
OpenEx
EFI_FILE_OPEN_EX OpenEx;
Undocumented in source.
Read
EFI_FILE_READ Read;
Undocumented in source.
ReadEx
EFI_FILE_READ_EX ReadEx;
Undocumented in source.
Revision
UINT64 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 SetInfo;
Undocumented in source.
SetPosition
EFI_FILE_SET_POSITION SetPosition;
Undocumented in source.
Write
EFI_FILE_WRITE Write;
Undocumented in source.
WriteEx
EFI_FILE_WRITE_EX WriteEx;
Undocumented in source.

Meta