SafeArray in Inter-op

  • Thread starter Thread starter Subhashini
  • Start date Start date
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
 
Back
Top