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

Method OnLoadDll

CppCoverage/IDebugEventsHandler.cpp:33–35  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32 //-------------------------------------------------------------------------
33 void IDebugEventsHandler::OnLoadDll(HANDLE hProcess, HANDLE hThread, const LOAD_DLL_DEBUG_INFO&)
34 {
35 }
36
37 //-------------------------------------------------------------------------
38 void IDebugEventsHandler::OnUnloadDll(HANDLE hProcess, HANDLE hThread, const UNLOAD_DLL_DEBUG_INFO&)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected