MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / CloseMemFile

Function CloseMemFile

shared/src/shme.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool CloseMemFile(SharedFile* file) {
23 UnmapViewOfFile(file->lpMemFile);
24 CloseHandle(file->hMapFile);
25 return true;
26}
27
28bool ReadSharedData(TSharedData& data) {
29 SharedFile file = {};

Callers 2

ReadSharedDataFunction · 0.85
DllMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected