type TCefBaseRefCounted = record
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))
| 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; |
| 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. | |