cef_read_handler_t.base

Base structure.

More...
struct cef_read_handler_t
cef_base_ref_counted_t base;

Detailed Description

Read raw binary data.

Seek to the specified offset position. |whence| may be any one of SEEK_CUR, SEEK_END or SEEK_SET. Return zero on success and non-zero on failure.

Return the current offset position.

Meta