Click to See Complete Forum and Search --> : Hi all


Tom G22
November 16th, 2005, 07:30 AM
Hi all
Im familiar with the IPC method of sharing memory
with CreateFileMapping, but how do you share memory
that was already allocated?
for example a driver allocated it,passed the ptr to one process
and another needs to access that buffer.

What if one of these processes is 32bit and the other is 64bit?

thanks, Tom.

PeejAvery
November 16th, 2005, 08:34 AM
I didn't know you could specify shared memory except for through the BIOS. Do you have a dedicated memory video card?