Record TCefBaseRefCounted

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefBaseRefCounted = record

Description

All ref-counted framework structures must include this structure first.

Implemented by ICefBaseRefCounted.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_base_capi.h">CEF source file: /include/capi/cef_base_capi.h (cef_base_ref_counted_t))

Overview

Fields

Public size: NativeUInt;
Public add_ref: procedure(self: PCefBaseRefCounted); stdcall;
Public release: function(self: PCefBaseRefCounted): Integer; stdcall;
Public has_one_ref: function(self: PCefBaseRefCounted): Integer; stdcall;
Public has_at_least_one_ref: function(self: PCefBaseRefCounted): Integer; stdcall;

Description

Fields

Public size: NativeUInt;

This item has no description.

Public add_ref: procedure(self: PCefBaseRefCounted); stdcall;

This item has no description.

Public release: function(self: PCefBaseRefCounted): Integer; stdcall;

This item has no description.

Public has_one_ref: function(self: PCefBaseRefCounted): Integer; stdcall;

This item has no description.

Public has_at_least_one_ref: function(self: PCefBaseRefCounted): Integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.