RE: pass complex structure to native function
- From: Alex Yakhnin [MVP] <a.yakhnin@xxxxxxxxxxxxxx>
- Date: Tue, 12 Jul 2005 08:10:01 -0700
Take a look at these articles:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ProcessManager.asp?frame=true
http://www.opennetcf.org/PermaLink.aspx?guid=abe6694a-ff15-4617-a21f-8163d427a89c
--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org
"Ivan" wrote:
> Hi,
>
> I have a problem with passing complex structures to native code.
> complex structures means that I have structure with Integers, Strings, Byte
> Arrays, and also Arrays of another structures that also contains Strings,
> Byte Arrays etc.
>
> Any ideas how should I implement this?
> I tried to use IntPrt, but I beleive this is not acceptable due to using of
> dynamic arrays in the structure.
>
> Note that I also need this structure to be passed ByRef and get data.
>
>
> Thanks in advance,
> Ivan.
>
>
>
.
- Follow-Ups:
- References:
- pass complex structure to native function
- From: Ivan
- pass complex structure to native function
- Prev by Date: pass complex structure to native function
- Next by Date: RE: Stylus coordinates
- Previous by thread: pass complex structure to native function
- Next by thread: Re: pass complex structure to native function
- Index(es):
Relevant Pages
|