Re: String Array from Pointer?
- From: "Rob Mayo" <NOSPAM@xxxxxxxxxx>
- Date: Thu, 25 Aug 2005 10:31:29 -0400
woo hoo! success!
--
Any help is appreciated.
Thanks in advance.
WALDO
"Mattias Sjögren" <mattias.dont.want.spam@xxxxxxxx> wrote in message
news:uiXelgNqFHA.272@xxxxxxxxxxxxxxxxxxxxxxx
> 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
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.
.
- References:
- String Array from Pointer?
- From: Rob Mayo
- Re: String Array from Pointer?
- From: Mattias Sjögren
- String Array from Pointer?
- Prev by Date: Is it possible: Install COM Server written in C# via Internet Component Download?
- Next by Date: Re: Passing C# delegates to C++ functions expecting a function pointer
- Previous by thread: Re: String Array from Pointer?
- Next by thread: problem with enum array
- Index(es):
Relevant Pages
|