cef_extension_handler_t.on_extension_load_failed

Called if the cef_request_context_t::LoadExtension request fails. |result| will be the error code.

struct cef_extension_handler_t
extern (System)
void function(cef_extension_handler_t* self, cef_errorcode_t result) nothrow on_extension_load_failed;

Meta