S
Subhashini
Hi,
Prototype of a method in com ocx is func1(variant far *)
inside which this pointer is converted to a safearray
How do I pass the parameter to this method from C#.
If I pass an type of object to this method in the com it
is throwing an error saying "Invalid parameter used". Is
there anyway of marshalling it.
Thanks in advance
Subhashini
Prototype of a method in com ocx is func1(variant far *)
inside which this pointer is converted to a safearray
How do I pass the parameter to this method from C#.
If I pass an type of object to this method in the com it
is throwing an error saying "Invalid parameter used". Is
there anyway of marshalling it.
Thanks in advance
Subhashini