Call_StartFunction Function

Starts a call to a function.

void Call_StartFunction(Handle plugin, function func)

Parameters

Handle plugin

Handle of the plugin that contains the function. Pass INVALID_HANDLE to specify the calling plugin.

function func

Function to call.

Errors

Invalid or corrupt plugin handle, invalid function, or called before another call has completed.

Notes

Cannot be used during an incomplete call.