Enter Keywords:
1 - 10 of 38(0.011 seconds)
Sort By:
 
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...
Zones: Windows ProgrammingDate Answered: 04/23/1998 Rating: 5.6 Views: 0
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...
Zones: Windows ProgrammingDate Answered: 03/07/1999 Rating: 7.6 Views: 4
What is the concept of shared memory? Can you explain to me what does the  CreateFileMapping() and MapViewOfFile() function do?
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 ...
Zones: Windows ProgrammingDate Answered: 09/01/2001 Rating: 8.0 Views: 0
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 ...
Zones: Windows ProgrammingDate Answered: 11/18/2002 Rating: 9.2 Views: 0
give me an example and use of the createfilemapping function in vc++
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...
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...
Zones: Windows ProgrammingDate Answered: 01/22/2004 Rating: 4.2 Views: 18
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...
Zones: C++Date Answered: 04/25/2006 Rating: 9.0 Views: 0
how to put messages into the shared memory i just created ?
Zones: CDate Answered: 12/09/1998 Rating: 7.4 Views: 0