MCPcopy Create free account
hub / github.com/decoder-it/ADCSCoercePotato / startRPCConnectionThread

Method startRPCConnectionThread

ADCSCoercePotato.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144DWORD PotatoAPI::startRPCConnectionThread() {
145 DWORD ThreadID;
146 CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)staticStartRPCConnection, (void*)this, 0, &ThreadID);
147 return ThreadID;
148}
149
150DWORD PotatoAPI::startCOMListenerThread() {
151 DWORD ThreadID;

Callers 1

JuicyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected