2.2.3 File Mapping Functions

Mlist Description

CreateFileMapping Creates a named or unnamed file mapping object, but does not map a view of the file.
OpenFileMapping Opens a handle to an existing file mapping object that is identified by name, but does not map a view of the file.
MapViewOfFile Maps a view of a file identified by a file mapping object into the virtual address space of the calling process.
FlushViewOfFile Forces a block of bytes from a mapped view of a file to be written to the representation of the file on disk.
UnmapViewOfFile Unmaps a view of a file and updates any dirty pages to the representation of the file on disk.