type TCefSharedMemoryRegion = record
Structure that wraps platform-dependent share memory region mapping.
Implemented by ICefSharedMemoryRegion.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_shared_memory_region_capi.h">CEF source file: /include/capi/cef_shared_memory_region_capi.h (cef_shared_memory_region_t))
![]() |
base: TCefBaseRefCounted; |
![]() |
is_valid: function(self: PCefSharedMemoryRegion): integer; stdcall; |
![]() |
size: function(self: PCefSharedMemoryRegion): NativeUInt; stdcall; |
![]() |
memory: function(self: PCefSharedMemoryRegion): pointer; stdcall; |
![]() |
base: TCefBaseRefCounted; |
|
This item has no description. | |
![]() |
is_valid: function(self: PCefSharedMemoryRegion): integer; stdcall; |
|
This item has no description. | |
![]() |
size: function(self: PCefSharedMemoryRegion): NativeUInt; stdcall; |
|
This item has no description. | |
![]() |
memory: function(self: PCefSharedMemoryRegion): pointer; stdcall; |
|
This item has no description. | |