cef_binary_value_t.get_data

Read up to |buffer_size| number of bytes into |buffer|. Reading begins at the specified byte |data_offset|. Returns the number of bytes read.

struct cef_binary_value_t
extern (System)
size_t function(cef_binary_value_t* self, void* buffer, size_t buffer_size, size_t data_offset) nothrow get_data;

Meta