Windows同步管道双向通信

时间:2016-10-19 10:01:43
【文件属性】:
文件名称:Windows同步管道双向通信
文件大小:380KB
文件格式:RAR
更新时间:2016-10-19 10:01:43
管理 双向通信 建立两个管道。 实现管道的简单的双向通信。
【文件预览】:
TestPipe.sln
PipeServer
----ReadMe.txt(3KB)
----PipeService.cpp(4KB)
----res()
--------PipeServer.rc2(676B)
--------PipeServer.ico(66KB)
----PipeServer.rc(11KB)
----PipeServerDlg.h(964B)
----PipeServer.cpp(2KB)
----PipeServerDlg.cpp(4KB)
----stdafx.h(2KB)
----PipeServer.vcxproj.user(143B)
----stdafx.cpp(143B)
----PipeService.h(1KB)
----PipeServer.h(466B)
----PipeServer.vcxproj.filters(2KB)
----PipeServer.aps(104KB)
----resource.h(2KB)
----targetver.h(234B)
----PipeServer.vcxproj(6KB)
PipeServer.exe
TestPipe.exe
TestPipe
----ReadMe.txt(3KB)
----TestPipeDlg.cpp(4KB)
----res()
--------TestPipe.rc2(672B)
--------TestPipe.ico(66KB)
----TestPipe.vcxproj.filters(2KB)
----ClassDiagram1.cd(1B)
----TestPipeDlg.h(961B)
----stdafx.h(2KB)
----TestPipe.cpp(2KB)
----stdafx.cpp(141B)
----TestPipe.aps(104KB)
----TestPipe.rc(11KB)
----TestPipe.vcxproj.user(143B)
----resource.h(2KB)
----TestPipe.vcxproj(6KB)
----TestPipe.h(454B)
----targetver.h(234B)

网友评论

  • 用两个管道来通信,还是没解决阻塞问题!
  • 解决了我的问题,谢谢