cef_shared_process_message_builder_t.build

Creates a new cef_process_message_t from the data provided to the builder. Returns nullptr for invalid instances. Invalidates the builder instance.

struct cef_shared_process_message_builder_t
extern (System)
cef_process_message_t* function(cef_shared_process_message_builder_t* self) nothrow build;

Meta