type TCefReadHandler = record
Structure the client can implement to provide a custom stream reader. The functions of this structure may be called on any thread.
NOTE: This struct is allocated client-side.
Implemented by ICefReadHandler.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_stream_capi.h">CEF source file: /include/capi/cef_stream_capi.h (cef_read_handler_t))
| Public | base: TCefBaseRefCounted; |
| Public | read: function(self: PCefReadHandler; ptr: Pointer; size, n: NativeUInt): NativeUInt; stdcall; |
| Public | seek: function(self: PCefReadHandler; offset: Int64; whence: Integer): Integer; stdcall; |
| Public | tell: function(self: PCefReadHandler): Int64; stdcall; |
| Public | eof: function(self: PCefReadHandler): Integer; stdcall; |
| Public | may_block: function(self: PCefReadHandler): Integer; stdcall; |
| Public | base: TCefBaseRefCounted; |
|
This item has no description. | |
| Public | read: function(self: PCefReadHandler; ptr: Pointer; size, n: NativeUInt): NativeUInt; stdcall; |
|
This item has no description. | |
| Public | seek: function(self: PCefReadHandler; offset: Int64; whence: Integer): Integer; stdcall; |
|
This item has no description. | |
| Public | tell: function(self: PCefReadHandler): Int64; stdcall; |
|
This item has no description. | |
| Public | eof: function(self: PCefReadHandler): Integer; stdcall; |
|
This item has no description. | |
| Public | may_block: function(self: PCefReadHandler): Integer; stdcall; |
|
This item has no description. | |