type TCefProcessMessage = record
Structure representing a message. Can be used on any process and thread.
NOTE: This struct is allocated DLL-side.
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))
| 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; |
| 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. | |