MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / OnExitProcess

Method OnExitProcess

CppCoverage/IDebugEventsHandler.cpp:28–30  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

26
27 //-------------------------------------------------------------------------
28 void IDebugEventsHandler::OnExitProcess(HANDLE hProcess, HANDLE hThread, const EXIT_PROCESS_DEBUG_INFO&)
29 {
30 }
31
32 //-------------------------------------------------------------------------
33 void IDebugEventsHandler::OnLoadDll(HANDLE hProcess, HANDLE hThread, const LOAD_DLL_DEBUG_INFO&)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected