Base structure.
Returns a copy of this object. The data in this object will also be copied.
Read up to |buffer_size| number of bytes into |buffer|. Reading begins at the specified byte |data_offset|. Returns the number of bytes read.
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.
Returns the data size.
Returns true (1) if this object and |that| object have an equivalent underlying value but are not necessarily the same object.
Returns true (1) if this object is currently owned by another object.
Returns true (1) if this object and |that| object have the same underlying data.
Returns true (1) if this object is valid. This object may become invalid if the underlying data is owned by another object (e.g. list or dictionary) and that other object is then modified or destroyed. Do not call any other functions if this function returns false (0).
Structure representing a binary value. Can be used on any process and thread.