cef_value_t.get_binary

Returns the underlying value as type binary. The returned reference may become invalid if the value is owned by another object or if ownership is transferred to another object in the future. To maintain a reference to the value after assigning ownership to a dictionary or list pass this object to the set_value() function instead of passing the returned reference to set_binary().

struct cef_value_t
extern (System)
cef_binary_value_t* function(cef_value_t* self) nothrow get_binary;

Meta