This method works by setting the outArgs initially by creating pointers. Setting the pointer for Interface types seems to be unnecessary, because they are just going to be reset (as they are out parameters.)
however, this can be useful for inOut parameters, so I'm keeping the code for now.
This method works by setting the outArgs initially by creating pointers. Setting the pointer for Interface types seems to be unnecessary, because they are just going to be reset (as they are out parameters.)
however, this can be useful for inOut parameters, so I'm keeping the code for now.
Please advise on this method, thanks!!