EFI_FILE_READ_EX

Reads data from a file.

@param This A pointer to the EFI_FILE_PROTOCOL instance that is the file handle to read data from. @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_DEVICE_ERROR An attempt was made to read from a deleted file. @retval EFI_DEVICE_ERROR On entry, the current file position is beyond the end of the file. @retval EFI_VOLUME_CORRUPTED The file system structures are corrupted. @retval EFI_OUT_OF_RESOURCES Unable to queue the request due to lack of resources.

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

Meta