Using File Mapping
The following examples demonstrate how two processes might access an existing file as named shared memory:
- Creating a View Within a File
- Creating Named Shared Memory
- Creating a File Mapping Using Large Pages
- Obtaining a File Name From a File Handle
The processes must synchronize their access to the memory. For more information, see Synchronization.