cef_frame_t.send_process_message

Send a message to the specified |target_process|. Ownership of the message contents will be transferred and the |message| reference will be invalidated. Message delivery is not guaranteed in all cases (for example, if the browser is closing, navigating, or if the target process crashes). Send an ACK message back from the target process if confirmation is required.

struct cef_frame_t
extern (System)
void function(cef_frame_t* self, cef_process_id_t target_process, cef_process_message_t* message) nothrow send_process_message;

Meta