Click to See Complete Forum and Search --> : Sharing an already allocated buffer


Tom G22
November 14th, 2005, 06:22 PM
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.