MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / NamedPipeServerCallback

Function NamedPipeServerCallback

cppcryptfs/cppcryptfs.cpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205static void NamedPipeServerCallback(void* ctx, HANDLE hPipe)
206{
207 auto pApp = reinterpret_cast<CcppcryptfsApp*>(ctx);
208
209 pApp->SendCmdArgsToSelf(hPipe);
210}
211
212static bool StartNamedPipeServer()
213{

Callers

nothing calls this directly

Calls 1

SendCmdArgsToSelfMethod · 0.80

Tested by

no test coverage detected