MCPcopy Create free account
hub / github.com/dobin/RedEdr / PipeServer

Method PipeServer

RedEdrShared/piping.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22PipeServer::PipeServer(std::string pipe_name, wchar_t *pipePath) {
23 hPipe = NULL;
24 pipe_name = pipe_name;
25 pipe_path = pipePath;
26}
27
28PipeServer::~PipeServer() {
29 Shutdown();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected