使用以下 Windows API 的示例应用程序
有谁知道任何使用 Windows API 的 Windows 应用程序,例如 CreateNamedPipe、CreateFileMapping、CreateMailSlot?谷歌搜索没有帮助!
Does anybody know any windows applications that use windows API like CreateNamedPipe, CreateFileMapping, CreateMailSlot? Googling didn't help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在此处找到 CreateNamedPipe 示例
您可以在此处找到 CreateFileMapping 示例
可以在此处找到 CreateMailSlot 示例
You can find an example of CreateNamedPipe here
You can find an example of CreateFileMapping here
You can find an example of CreateMailSlot here
Google应该提供帮助。
Visual Studio 还附带了大量示例代码。
这是我从谷歌搜索“createfilemapping example”获得的链接:
http://msdn.microsoft.com/en-us/library/aa366551%28v=VS.85%29.aspx
以下是谷歌搜索“win32 createnamedpipe 示例”中的一个:
http://www.davekb.com/browse_programming_tips:win32_createnamedpipe_example :txt
Google should help.
There's also tons of sample code that comes with Visual Studio.
Here's a link I got from Googling "createfilemapping example":
http://msdn.microsoft.com/en-us/library/aa366551%28v=VS.85%29.aspx
Here's one from Googling "win32 createnamedpipe example":
http://www.davekb.com/browse_programming_tips:win32_createnamedpipe_example:txt