Hi, I need help with SafeArray structure, in short I need to import Variant from Excel VBA using dll and change array by reference, I succeeded in bringing array in and working with it, but I do not know how to get back
here is my code:
c++ side:
short __stdcall Single_SafeArray(VARIANT *pv){...