7 Apr
2009
7 Apr
'09
1:17 p.m.
Brent Arias wrote:
The documentation repeatedly states that "windows_shared_memory has no kernel persistence and is destroyed when all processes using that shared memory are gone."
But I'm trying to find out what exactly is used for the implementation of winows_shared_memory? Is it implemented internally as a Windows named pipe? Is it based on using ReadProcessMemory? Anyone know?
I believe it's based on CreateFileMapping.