Platform | Win32, x64 |
Purpose |
To close a file map. |
Syntax |
SUBROUTINE UNMAP_FILE@( PTR ) |
Description |
File maps are closed automatically when the program terminates but can be closed sooner by calling this routine. PTR is a value returned by MAP_FILE_FOR_READING@ or MAP_FILE_FOR_READ_WRITE@. |
See also |