mvl_close | R Documentation |
Closes MVL file releasing all resources.
For read-only files the memory is unmapped, reducing the virtual memory footprint.
For files opened for writing the directory is written out, so it is important to call mvl_close
or the newly written file will be corrupt.
After mvl_close()
all previously obtained MVL_OBJECT's with this handle become invalid.
mvl_close(MVLHANDLE)
MVLHANDLE |
handle to opened MVL file as generated by mvl_open() |
None
mvl_open
, mvl_remap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.