MCPcopy Create free account
hub / github.com/Meridian59/Meridian59 / MappedFileClose

Function MappedFileClose

roomedit/source/dibutil.cpp:359–365  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

357}
358/***************************************************************************/
359Bool MappedFileClose(file_node *f)
360{
361 UnmapViewOfFile(f->mem);
362 CloseHandle(f->mapfh);
363 CloseHandle(f->fh);
364 return False;
365}

Callers 2

DibOpenFileFunction · 0.70
DibOpenFileSimpleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected