MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / UnmapViewOfFile

Method UnmapViewOfFile

PerformanceMonitor/DebugMonitor.cs:94–95  ·  view source on GitHub ↗
(IntPtr lpBaseAddress)

Source from the content-addressed store, hash-verified

92 uint dwNumberOfBytesToMap);
93
94 [DllImport("kernel32.dll", SetLastError = true)]
95 private static extern bool UnmapViewOfFile(IntPtr lpBaseAddress);
96
97 [DllImport("advapi32.dll", SetLastError=true)]
98 private static extern bool InitializeSecurityDescriptor(ref SECURITY_DESCRIPTOR sd, uint dwRevision);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected