Record TCefResponseFilter

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefResponseFilter = record

Description

Implement this structure to filter resource response content. The functions of this structure will be called on the browser process IO thread.

Implemented by ICefResponseFilter.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_response_filter_capi.h">CEF source file: /include/capi/cef_response_filter_capi.h (cef_response_filter_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public init_filter: function(self: PCefResponseFilter): Integer; stdcall;
Public filter: function(self: PCefResponseFilter; data_in: Pointer; data_in_size: NativeUInt; var data_in_read: NativeUInt; data_out: Pointer; data_out_size : NativeUInt; var data_out_written: NativeUInt): TCefResponseFilterStatus; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public init_filter: function(self: PCefResponseFilter): Integer; stdcall;

This item has no description.

Public filter: function(self: PCefResponseFilter; data_in: Pointer; data_in_size: NativeUInt; var data_in_read: NativeUInt; data_out: Pointer; data_out_size : NativeUInt; var data_out_written: NativeUInt): TCefResponseFilterStatus; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.