Record TCefStreamWriter

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefStreamWriter = record

Description

Structure used to write data to a stream. The functions of this structure may be called on any thread.

Implemented by ICefStreamWriter.

<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_stream_writer_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public write: function(self: PCefStreamWriter; const ptr: Pointer; size, n: NativeUInt): NativeUInt; stdcall;
Public seek: function(self: PCefStreamWriter; offset: Int64; whence: Integer): Integer; stdcall;
Public tell: function(self: PCefStreamWriter): Int64; stdcall;
Public flush: function(self: PCefStreamWriter): Integer; stdcall;
Public may_block: function(self: PCefStreamWriter): Integer; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public write: function(self: PCefStreamWriter; const ptr: Pointer; size, n: NativeUInt): NativeUInt; stdcall;

This item has no description.

Public seek: function(self: PCefStreamWriter; offset: Int64; whence: Integer): Integer; stdcall;

This item has no description.

Public tell: function(self: PCefStreamWriter): Int64; stdcall;

This item has no description.

Public flush: function(self: PCefStreamWriter): Integer; stdcall;

This item has no description.

Public may_block: function(self: PCefStreamWriter): Integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.