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

Method StartServerWatcherThread

Source/Client/NM_Engine/PipeManager.cpp:580–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580DWORD WINAPI CPipeManager::StartServerWatcherThread(LPVOID lpParam)
581{
582 auto This = (CPipeManager*)lpParam;
583 return This->PipeServerWatcherRoutine();
584}
585
586bool CPipeManager::CreateServerWatcherThread()
587{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected