Is it true that every time I issue CreateFileMapping with -1 as the file handle I allocate 64KB on a paging-file???
I found a notion to that in Richter's book but could not found any concrete evide...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10044901.html
I follow the sample code from MSDN as shown below.
h = CreateFileMapping(-1,pNull,PAGE_READWRITE,0, 65535,"MyShare")
The problem I am having is that I can't find where the constant pNull and PAGE...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10114418.html
What is the concept of shared memory? Can you explain to me what does the CreateFileMapping() and MapViewOfFile() function do?
http://www.experts-exchange.com/Programming/Languages/C/Q_10116136.html
Zones:
CDate Answered: 01/11/1999 Rating: 8.2 Views: 0
m reading petzolds book and im at the end of the DIB chapter talking about CreateFileMapping and theres this sentence
The DIB pixel bits can remain on disk but still be accessed as if they were ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20177019.html
How do I get the map handle that has been allocated
by Windows XP when executing PE image? NickRepin
says it is always 0x00000004 for previous Windows
versions; apparently, that is not the case ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20392943.html
give me an example and use of the createfilemapping function in vc++
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20531572.htm...
Zones:
Windows MFCDate Answered: 08/16/2004 Rating: 9.2 Views: 0
Alright.I've done some research and found a GDI+ Method called 'CreateFileMapping'. But I've never understood much of the .NET Documentations Cryptic Explanations. Can anyone show me a relatively l...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20828868.html
Zones:
C#Date Answered: 12/19/2003 Rating: 6.2 Views: 0
I'm writing an OCR Program in C# using an Engine API I purchased.
It requires a MemoryMapped DIB ( a packed one? ) handle that it can duplicate ...
If anyone has any earthly clue of anythin...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20829899.html
Hello experts!
I use two (or more) EXEs that exchange large data (array with colors). I use Memory Mapped file, since it is best speed.
In first EXE I have next code that is OK.
HANDLE hMape...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21826922.html
Zones:
C++Date Answered: 04/25/2006 Rating: 9.0 Views: 0
how to put messages into the shared memory i just created ?
http://www.experts-exchange.com/Programming/Languages/C/Q_10097291.html
Zones:
CDate Answered: 12/09/1998 Rating: 7.4 Views: 0