x64dbg/docs/developers/plugins/API/startscript.rst
2025-07-04 01:32:42 +02:00

24 lines
445 B
ReStructuredText

===================
_plugin_startscript
===================
Creates a new thread to run the callback function asynchronously.
::
void _plugin_startscript(
CBPLUGINSCRIPT cbScript //callback
);
----------
Parameters
----------
:cbScript: Callback with the following typedef:
::
typedef void (*CBPLUGINSCRIPT)();
-------------
Return Values
-------------
This function does not return a value.