cef_shared_memory_region_t

Structure that wraps platform-dependent share memory region mapping.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_shared_memory_region_t {
extern (System)
int function(cef_shared_memory_region_t* self) nothrow is_valid;
extern (System)
size_t function(cef_shared_memory_region_t* self) nothrow size;
extern (System)
void* function(cef_shared_memory_region_t* self) nothrow memory;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta