Hi, Is possible I return parameter in DECLARE_FUNCTION(execMyFunction) ???
If your function returns a bool for example, use something like this:
*(bool*)RESULT_PARAM = Success;
Hi, Is possible I return parameter in DECLARE_FUNCTION(execMyFunction) ???
If your function returns a bool for example, use something like this:
*(bool*)RESULT_PARAM = Success;