Record TCefBinaryValue

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefBinaryValue = record

Description

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))

Overview

Fields

Public base: TCefBaseRefCounted;
Public is_valid: function(self: PCefBinaryValue): Integer; stdcall;
Public is_owned: function(self: PCefBinaryValue): Integer; stdcall;
Public is_same: function(self, that: PCefBinaryValue):Integer; stdcall;
Public is_equal: function(self, that: PCefBinaryValue): Integer; stdcall;
Public copy: function(self: PCefBinaryValue): PCefBinaryValue; stdcall;
Public get_raw_data: function(self: PCefBinaryValue): Pointer; stdcall;
Public get_size: function(self: PCefBinaryValue): NativeUInt; stdcall;
Public get_data: function(self: PCefBinaryValue; buffer: Pointer; buffer_size, data_offset: NativeUInt): NativeUInt; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public is_valid: function(self: PCefBinaryValue): Integer; stdcall;

This item has no description.

Public is_owned: function(self: PCefBinaryValue): Integer; stdcall;

This item has no description.

Public is_same: function(self, that: PCefBinaryValue):Integer; stdcall;

This item has no description.

Public is_equal: function(self, that: PCefBinaryValue): Integer; stdcall;

This item has no description.

Public copy: function(self: PCefBinaryValue): PCefBinaryValue; stdcall;

This item has no description.

Public get_raw_data: function(self: PCefBinaryValue): Pointer; stdcall;

This item has no description.

Public get_size: function(self: PCefBinaryValue): NativeUInt; stdcall;

This item has no description.

Public get_data: function(self: PCefBinaryValue; buffer: Pointer; buffer_size, data_offset: NativeUInt): NativeUInt; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.