How do I invoke a COM vtable Method when the Method expects an argument of variant type ?
I can pass string, longs etc without any problems but passing a variant argument seems to fail.
Any ideas ?
Thank you.
Code:
vtblCall(pUnk, Method_Offset, vbLong, CC_STDCALL, VT_VARIANT argument)
Any ideas ?
Thank you.