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

Method OnUnloadDll

CppCoverage/IDebugEventsHandler.cpp:38–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36
37 //-------------------------------------------------------------------------
38 void IDebugEventsHandler::OnUnloadDll(HANDLE hProcess, HANDLE hThread, const UNLOAD_DLL_DEBUG_INFO&)
39 {
40 }
41
42 //-------------------------------------------------------------------------
43 IDebugEventsHandler::ExceptionType IDebugEventsHandler::OnException(HANDLE hProcess, HANDLE hThread, const EXCEPTION_DEBUG_INFO&)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected