cef_write_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
flush
int function(cef_write_handler_t*) flush;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
may_block
int function(cef_write_handler_t*) may_block;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
seek
int function(cef_write_handler_t*, ulong, int) seek;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
tell
ulong function(cef_write_handler_t*) tell;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
write
size_t function(cef_write_handler_t*, const(void)*, size_t, size_t) write;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta