Communication entre deux programmes sur une même machine |
FFileMap=CreateFileMapping(
FFileHandle, // handle to file to map
NULL, // optional security attributes
PAGE_READWRITE, // protection for mapping object
0, // high-order 32 bits of object size
0, // low-order 32 bits of object size
NULL);