Click here to Skip to main content
15,893,588 members
Articles / Desktop Programming / Win32

How to do CreateFileMapping in a C++ DLL and access it in C#, VB, C++ etc.

10 Mar 2009CPOL 83.2K   2.2K   57  
This is yet another example for memory mapped files. What is cool though is unlike other samples, I have a SetData(TCHAR* Key, TCHAR* value) / GetData(TCHAR* key) pattern here
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the Win32 Table of Contents to view the list of available articles in this section.