Passing string array to unmanaged code

  • Thread starter Thread starter VCVCVC VC via DotNetMonster.com
  • Start date Start date
V

VCVCVC VC via DotNetMonster.com

Hi ,

I want to pass a string array to an unmanaged COM Componet. The component
should retrieve it. Pls help me to understand with a sample code. I have
declared a BSTR* myStringarr, for this in the COM component. How to
retrieve values from this myStringarr?
 

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