Chapter 7 File Mapping

7.1 About File Mapping

The Windows file mapping functions provide a simple method for applications to share data. File mapping enables a process to view a file or piece of memory as part of the process' virtual address space. Other processes can view the same file or memory as part of their address spaces, if they have an appropriate name or handle.