cef_resource_bundle_t.get_data_resource

Returns a cef_binary_value_t containing the decompressed contents of the specified scale independent |resource_id| or NULL if not found. Include cef_pack_resources.h for a listing of valid resource ID values.

struct cef_resource_bundle_t
extern (System)
cef_binary_value_t* function(cef_resource_bundle_t* self, int resource_id) nothrow get_data_resource;

Meta