EFI_FILE_FLUSH_EX

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. @param Token A pointer to the token associated with the transaction.

@retval EFI_SUCCESS If Event is NULL (blocking I/O): The data was read successfully. If Event is not NULL (asynchronous I/O): The request was successfully queued for processing. @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. @retval EFI_OUT_OF_RESOURCES Unable to queue the request due to lack of resources.

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

Meta