IPC: UWP C# pipe client fails on connect C++ server

后端 未结 2 891
一整个雨季
一整个雨季 2020-12-20 10:21

I am trying to use NamedPipe to communicate between app and service in Win10. APP is developed with C#(UWP),running foreground as Pipe Client. And service is C++ running b

2条回答
  •  被撕碎了的回忆
    2020-12-20 11:11

    According to this page

    Pipes are only supported within an app-container; ie, from one UWP process to another UWP process that's part of the same app. Also, named pipes must use the syntax ".\pipe\LOCAL" for the pipe name.

提交回复
热议问题