cef_resource_read_callback_t.cont

Callback for asynchronous continuation of read(). If |bytes_read| == 0 the response will be considered complete. If |bytes_read| > 0 then read() will be called again until the request is complete (based on either the result or the expected content length). If |bytes_read| < 0 then the request will fail and the |bytes_read| value will be treated as the error code.

struct cef_resource_read_callback_t
extern (System)
void function(cef_resource_read_callback_t* self, int bytes_read) nothrow cont;

Meta