EFI_FILE_FLUSH

Flushes all modified data associated with a file to a device.

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

@retval EFI_SUCCESS The data was flushed. @retval EFI_NO_MEDIA The device has no medium. @retval EFI_DEVICE_ERROR The device reported an error. @retval EFI_VOLUME_CORRUPTED The file system structures are corrupted. @retval EFI_WRITE_PROTECTED The file or medium is write-protected. @retval EFI_ACCESS_DENIED The file was opened read-only. @retval EFI_VOLUME_FULL The volume is full.

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

Meta