Efi_File.close() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

10.2.2 EFI_FILE.Close()

Summary
Closes a specified file handle.
Prototype
EFI_STATUS
(EFIAPI *EFI_FILE_CLOSE) (
IN EFI_FILE
);
Parameters
This
Description
The
function closes a specified file handle. All "dirty" cached file data is flushed to the
Close()
device, and the file is closed. In all cases the handle is closed.
Status Codes Returned
EFI_SUCCESS
Version 1.02
*This
A pointer to the
EFI_FILE
Type
is defined in Section 10.2.
EFI_FILE
The file was closed.
12/12/00
File System Protocol
instance that is the file handle to close.
195

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?

Table of Contents