cef_binary_value_create

Creates a new object that is not owned by any other object. The specified |data| will be copied.

version(cef && embedded_cef_bindings)
extern (C)
cef_binary_value_create
(
const(void)* data
,
size_t data_size
)

Meta