MCPcopy Create free account
hub / github.com/connorjaydunn/BinaryShield / close

Method close

src/pe.cpp:168–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void PE::close()
169{
170 // if already closed, ignore, else close handle to file and set hFile to nullptr
171 if (hFile != nullptr)
172 {
173 CloseHandle(hFile);
174 hFile = nullptr;
175 }
176}
177
178bool PE::emitRead()
179{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected