cef_v8value_t.get_array_buffer_data

Returns a pointer to the beginning of the memory block for this ArrayBuffer backing store. The returned pointer is valid as long as the cef_v8value_t is alive.

struct cef_v8value_t
extern (System)
void* function(cef_v8value_t* self) nothrow get_array_buffer_data;

Meta