cef_drag_data_t.get_file_contents

Write the contents of the file being dragged out of the web view into |writer|. Returns the number of bytes sent to |writer|. If |writer| is NULL this function will return the size of the file contents in bytes. Call get_file_name() to get a suggested name for the file.

struct cef_drag_data_t
extern (System)
size_t function(cef_drag_data_t* self, cef_stream_writer_t* writer) nothrow get_file_contents;

Meta