
(*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. */ ) |

Any return value | Passed as an output for ProToolkitTaskExecute(). |


