I was able to successfully send a string array to an API function. My
question is how do I get it out again?
I have an IntPtr received from another function which should be a pointer to
the same array that was passed in to the first.

Signature
Any help is appreciated.
Thanks in advance.
WALDO
Rob,
>I was able to successfully send a string array to an API function. My
>question is how do I get it out again?
>I have an IntPtr received from another function which should be a pointer to
>the same array that was passed in to the first.
I read your mail but prefer to answer here.
You can't send pointers from one application to another the way you're
doing it now. You should look at using the WM_COPYDATA message
instead.
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Rob Mayo - 25 Aug 2005 14:14 GMT
alrighty, then ;)

Signature
Any help is appreciated.
Thanks in advance.
WALDO
> Rob,
>
[quoted text clipped - 10 lines]
>
> Mattias
Rob Mayo - 25 Aug 2005 15:31 GMT
woo hoo! success!

Signature
Any help is appreciated.
Thanks in advance.
WALDO
> Rob,
>
[quoted text clipped - 10 lines]
>
> Mattias
Charles Law - 01 Sep 2005 09:23 GMT
Hi Rob
Any chance you could post the code that got it working for you? It looks
very similar to something I am trying to get working.
Thanks.
Charles
> woo hoo! success!
>
[quoted text clipped - 14 lines]
>>
>> Mattias