type TCefUnresponsiveProcessCallback = record
Callback structure for asynchronous handling of an unresponsive process.
Implemented by ICefUnresponsiveProcessCallback.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_unresponsive_process_callback_capi.h">CEF source file: /include/capi/cef_unresponsive_process_callback_capi.h (cef_unresponsive_process_callback_t))
![]() |
base: TCefBaseRefCounted; |
![]() |
wait: procedure(self: PCefUnresponsiveProcessCallback); stdcall; |
![]() |
terminate: procedure(self: PCefUnresponsiveProcessCallback); stdcall; |
![]() |
base: TCefBaseRefCounted; |
This item has no description. |
![]() |
wait: procedure(self: PCefUnresponsiveProcessCallback); stdcall; |
This item has no description. |
![]() |
terminate: procedure(self: PCefUnresponsiveProcessCallback); stdcall; |
This item has no description. |