Interface ICefResponseFilter

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type ICefResponseFilter = interface(ICefBaseRefCounted)

Description

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

UNKNOWN

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

Hierarchy

Overview

Methods

Public function InitFilter: Boolean;
Public function Filter(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;

Description

Methods

Public function InitFilter: Boolean;

This item has no description.

Attributes
GUID['{5013BC3C-F1AE-407A-A571-A4C6B1D6831E}']
Public function Filter(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;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.