cef_list_value_t.get_binary

Returns the value at the specified index as type binary. The returned value will reference existing data.

struct cef_list_value_t
extern (System)
cef_binary_value_t* function(cef_list_value_t* self, size_t index) nothrow get_binary;

Meta