cef_dictionary_value_t.get_binary

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

struct cef_dictionary_value_t
extern (System)
cef_binary_value_t* function(cef_dictionary_value_t* self, const(cef_string_t)* key) nothrow get_binary;

Meta