![]() |
Public API Reference |
Go to the source code of this file.
Functions | |
bool | MemoryMapFile (mmioInfo *info, char const *filename) |
Map a file to a memory area. More... | |
void | UnMemoryMapFile (mmioInfo *info) |
Unmap a file from a memory area. More... |
BE AWARE that the functions here are very platform-dependent, they even might not be available at all. For platform-independence don't use the routines here, use the csMemoryMappedIO class.
Definition in file csmmap.h.
|
Map a file to a memory area.
Fills in the mmioInfo struct by mapping in |
|
Unmap a file from a memory area.
|