Efi_File.flush() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

10.2.10 EFI_FILE.Flush()

Summary
Flushes all modified data associated with a file to a device.
Prototype
EFI_STATUS
(EFIAPI *EFI_FILE_FLUSH) (
IN EFI_FILE
);
Parameters
This
Description
The
function flushes all modified data associated with a file to a device.
Flush()
Status Codes Returned
EFI_SUCCESS
EFI_NO_MEDIA
EFI_DEVICE_ERROR
EFI_VOLUME_CORRUPTED
EFI_WRITE_PROTECTED
EFI_ACCESS_DENIED
EFI_VOLUME_FULL
Version 1.02
*This
A pointer to the
EFI_FILE
Type
is defined in Section 10.2.
EFI_FILE
The data was flushed.
The device has no medium.
The device reported an error.
The file system structures are corrupted.
The file or medium is write protected.
The file was opened read-only.
The volume is full.
12/12/00
File System Protocol
instance that is the file handle to flush.
203

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents