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

Method staticStartRPCConnection

ADCSCoercePotato.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157DWORD WINAPI PotatoAPI::staticStartRPCConnection(void* Param) {
158 PotatoAPI* This = (PotatoAPI*)Param;
159 return This->startRPCConnection();
160
161}
162
163DWORD WINAPI PotatoAPI::staticStartCOMListener(void* Param) {
164 PotatoAPI* This = (PotatoAPI*)Param;

Callers

nothing calls this directly

Calls 1

startRPCConnectionMethod · 0.80

Tested by

no test coverage detected