| 203 | |
| 204 | |
| 205 | static void NamedPipeServerCallback(void* ctx, HANDLE hPipe) |
| 206 | { |
| 207 | auto pApp = reinterpret_cast<CcppcryptfsApp*>(ctx); |
| 208 | |
| 209 | pApp->SendCmdArgsToSelf(hPipe); |
| 210 | } |
| 211 | |
| 212 | static bool StartNamedPipeServer() |
| 213 | { |
nothing calls this directly
no test coverage detected