Searched refs:kPipeMode (Results 1 – 4 of 4) sorted by relevance
49 const DWORD kPipeMode = PIPE_READMODE_MESSAGE; variable128 DWORD mode = kPipeMode; in FaultyClient()
54 const DWORD kPipeMode = PIPE_READMODE_MESSAGE; variable220 DWORD mode = kPipeMode; in ConnectToServer()
63 static const DWORD kPipeMode = PIPE_TYPE_MESSAGE | variable244 kPipeMode, in Start()
56 const DWORD kPipeMode = PIPE_TYPE_BYTE | PIPE_READMODE_BYTE; in CreateChannel() local58 ::CreateNamedPipeW(pipe_name.c_str(), kOpenMode, kPipeMode, in CreateChannel()