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?
 
Back
Top