Record TCefProcessMessage

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefProcessMessage = record

Description

Structure representing a message. Can be used on any process and thread.

Implemented by ICefProcessMessage.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public is_valid: function(self: PCefProcessMessage): Integer; stdcall;
Public is_read_only: function(self: PCefProcessMessage): Integer; stdcall;
Public copy: function(self: PCefProcessMessage): PCefProcessMessage; stdcall;
Public get_name: function(self: PCefProcessMessage): PCefStringUserFree; stdcall;
Public get_argument_list: function(self: PCefProcessMessage): PCefListValue; stdcall;
Public get_shared_memory_region: function(self: PCefProcessMessage): PCefSharedMemoryRegion; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public is_valid: function(self: PCefProcessMessage): Integer; stdcall;

This item has no description.

Public is_read_only: function(self: PCefProcessMessage): Integer; stdcall;

This item has no description.

Public copy: function(self: PCefProcessMessage): PCefProcessMessage; stdcall;

This item has no description.

Public get_name: function(self: PCefProcessMessage): PCefStringUserFree; stdcall;

This item has no description.

Public get_argument_list: function(self: PCefProcessMessage): PCefListValue; stdcall;

This item has no description.

Public get_shared_memory_region: function(self: PCefProcessMessage): PCefSharedMemoryRegion; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.