The following functions are used with file mapping.
Function |
Description |
CreateFileMapping |
Creates or opens a named or unnamed file-mapping object for the specified file. |
FlushViewOfFile |
Writes to the disk a byte range within a mapped view of a file. |
MapViewOfFile |
Maps a view of a file into the address space of the calling process. |
MapViewOfFileEx |
Maps a view of a file into the address space of the calling process. |
OpenFileMapping |
Opens a named file-mapping object. |
UnmapViewOfFile |
Unmaps a mapped view of a file from the calling process's address space. |