MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / StartThreadRoutine

Method StartThreadRoutine

Source/Client/NM_Engine/WMI.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90DWORD WINAPI CWMI::StartThreadRoutine(LPVOID lpParam)
91{
92 auto This = (CWMI*)lpParam;
93 return This->ThreadRoutine();
94}
95
96bool CWMI::AnalyseModules(DWORD dwTargetProcessId)
97{

Callers

nothing calls this directly

Calls 1

ThreadRoutineMethod · 0.80

Tested by

no test coverage detected