| Description |
| This is the function prototype for a function that can be called from a external application using ProToolkitTaskExecute(). |
| Synopsis |
| #include <ProToolkitDll.h> |
| ProError | (*ProTkdllFunction) | ( |
| ProArgument* inputs | |
| /*
(In) |
| ProArray of input arguments passed to the function. The function must not free the array or any allocated memory contained in this array. |
| */ |
| ProArgument** outputs | |
| /*
(Out) |
| ProArray of output arguments passed by the function. The function must allocate memory for this array and its contents. |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProToolkitTaskExecute |