File Mapping Functions
A version of this page is also available for
4/8/2010
The following table shows the file mapping functions with a description of the purpose of each.
Function | Description |
---|---|
Creates a file that can be used for memory mapping. |
|
Creates a named or unnamed file-mapping object for the specified file. |
|
Writes to the disk a byte range within a mapped view of a file. |
|
Maps a view of a file into the address space of the calling process. |
|
Unmaps a mapped view of a file from the address space of the calling process. |