What's the order of use of Win32 APIs for Server-client Pipe comm. in C++ (CreateNamedPipe, WriteFile, CreateFile, ReadFile)

前端 未结 0 828
轻奢々
轻奢々 2020-12-10 12:16

I am trying to write a server/client program in C++, in Visual Studio 2019, using Win32 APIs.

This is the referred documentation: Named Pipe Open Modes

I have

相关标签:
回答
  • 消灭零回复
提交回复
热议问题