Hi,<br>I want to implement a tool that probes a function with several input and records all the return output.<br>The function might have more than 1 return value (by reference parameters).<br><br>Does ExecutionEngine::runFunction() support function call with complex argument type?<br>
If not, I guess that I have to create a wrapper function, prepare all the data, and call the original function.<br>Am I on the right track?<br><br>Thanks a lot.<br>Vu Le<br>