Memmory mapping in .NET
-
Hi, I'm trying to have interprocess communication between two programs. The first one is written in C++ (embedded for PocketPC) and the latter in C# and .NET CE (for PocketPC). I want to use memmory mapped files for IPC. In the C++ side I use the following API: CreateFileMapping() CreateMutex() MapViewOfFile() ... What can I do from the C# side in order to communicate properly? Thank you, Themis
-
Hi, I'm trying to have interprocess communication between two programs. The first one is written in C++ (embedded for PocketPC) and the latter in C# and .NET CE (for PocketPC). I want to use memmory mapped files for IPC. In the C++ side I use the following API: CreateFileMapping() CreateMutex() MapViewOfFile() ... What can I do from the C# side in order to communicate properly? Thank you, Themis
This website (http://pinvoke.net/[^]) should help you.
My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More