EFI_FILE_CLOSE

Closes a specified file handle.

@param This A pointer to the EFI_FILE_PROTOCOL instance that is the file handle to close.

@retval EFI_SUCCESS The file was closed.

extern (C)
alias EFI_FILE_CLOSE = EFI_STATUS function @nogc nothrow

Meta