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

Class NamedPipeServerContext

libipc/server.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "common.h"
34
35struct NamedPipeServerContext {
36 void (*callback)(void* ctx, HANDLE hPipe);
37 void* context;
38};
39
40WCHAR *ReadFromNamedPipe(HANDLE hPipe, WCHAR *buf, size_t buflen /* includes null terminator */);
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected