Question
How can the Web.Link caller do the ProArrayFree() for memory allocated by ProTkdllFunction callee
ProArray allocated in the ProTkdllFunction like this:
status = ProArrayAlloc(1, sizeof(ProArgument), 1, (ProArray*)outputs);
for the function's output arguments. These output arguments need to be free'ed once after being used.
The question is: How can the Web.Link caller do the ProArrayFree() or ProArgumentProarrayFree()?
