From: Ocean on
Hello,

Anyone know where to see all the unmanaged functions and description? Is
there any good article detailly describe all the marshalling scenarios?

Thanks!


From: Peter Foot [MVP] on
The SDK for your target platform will describe the functions available to
you. In terms of how to P/Invoke them and get around marshalling limitations
I suggest you browse the source code for OpenNETCF
(www.opennetcf.org/sourcebrowse/) as we have already P/Invoked a large
number of methods from coredll.dll and you can probably use this experience
for your own code, or use our libraries directly from .NETCF code and not
worry about the P/Invokes at all.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

"Ocean" <billychan(a)cyberport.hk> wrote in message
news:uc0S5ONCFHA.1836(a)tk2msftngp13.phx.gbl...
> Hello,
>
> Anyone know where to see all the unmanaged functions and description? Is
> there any good article detailly describe all the marshalling scenarios?
>
> Thanks!
>