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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top