type TCefBinaryValue = record
Structure representing a binary value. Can be used on any process and thread.
Implemented by ICefBinaryValue.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_values_capi.h">CEF source file: /include/capi/cef_values_capi.h (cef_binary_value_t))
base: TCefBaseRefCounted; |
|
is_valid: function(self: PCefBinaryValue): Integer; stdcall; |
|
is_owned: function(self: PCefBinaryValue): Integer; stdcall; |
|
is_same: function(self, that: PCefBinaryValue):Integer; stdcall; |
|
is_equal: function(self, that: PCefBinaryValue): Integer; stdcall; |
|
copy: function(self: PCefBinaryValue): PCefBinaryValue; stdcall; |
|
get_raw_data: function(self: PCefBinaryValue): Pointer; stdcall; |
|
get_size: function(self: PCefBinaryValue): NativeUInt; stdcall; |
|
get_data: function(self: PCefBinaryValue; buffer: Pointer; buffer_size, data_offset: NativeUInt): NativeUInt; stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
is_valid: function(self: PCefBinaryValue): Integer; stdcall; |
|
This item has no description. |
is_owned: function(self: PCefBinaryValue): Integer; stdcall; |
|
This item has no description. |
is_same: function(self, that: PCefBinaryValue):Integer; stdcall; |
|
This item has no description. |
is_equal: function(self, that: PCefBinaryValue): Integer; stdcall; |
|
This item has no description. |
copy: function(self: PCefBinaryValue): PCefBinaryValue; stdcall; |
|
This item has no description. |
get_raw_data: function(self: PCefBinaryValue): Pointer; stdcall; |
|
This item has no description. |
get_size: function(self: PCefBinaryValue): NativeUInt; stdcall; |
|
This item has no description. |
get_data: function(self: PCefBinaryValue; buffer: Pointer; buffer_size, data_offset: NativeUInt): NativeUInt; stdcall; |
|
This item has no description. |