cef_binary_value_t.get_raw_data

Returns a pointer to the beginning of the memory block. The returned pointer is valid as long as the cef_binary_value_t is alive.

struct cef_binary_value_t
extern (System)
const(void)* function(cef_binary_value_t* self) nothrow get_raw_data;

Meta