x64dbg/docs/developers/plugins/API/startscript.rst

25 lines
445 B
ReStructuredText
Raw Permalink Normal View History

===================
_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.