MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ~MappedViewOfFile

Method ~MappedViewOfFile

Win32Lib/Win32Lib.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363MappedViewOfFile::~MappedViewOfFile()
364{
365 UnmapViewOfFile(m_ptr);
366}
367
368void* MappedViewOfFile::Ptr()
369{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected