cef_resource_bundle_handler_t.get_data_resource

To provide the resource data set |data| and |data_size| to the data pointer and size respectively and return true (1). To use the default resource data return false (0). The resource data will not be copied and must remain resident in memory. Include cef_pack_resources.h for a listing of valid resource ID values.

struct cef_resource_bundle_handler_t
extern (System)
int function(cef_resource_bundle_handler_t* self, int resource_id, void** data, size_t* data_size) nothrow get_data_resource;

Meta