cef_stream_reader_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
eof
int function(cef_stream_reader_t*) eof;
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_stream_reader_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.
read
size_t function(cef_stream_reader_t*, void*, size_t, size_t) read;
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_stream_reader_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_stream_reader_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.

Meta