Anybody know what my DLLImport statement should look like here:
extern "C" __declspec(dllexport) long SomeFunction(VARIANT *argNames, VARIANT *argValues, VARIANT *pVal) { ... }
Anybody know what my DLLImport statement should look like here:
extern "C" __declspec(dllexport) long SomeFunction(VARIANT *argNames, VARIANT *argValues, VARIANT *pVal) { ... }
A variant is an object. http://msdn.microsoft.com/en-us/library/aa719104(VS.71).aspx
Tip: An useful resource when working with pinvoke and win32: http://pinvoke.net