使用以下 Windows API 的示例应用程序
Posted
技术标签:
【中文标题】使用以下 Windows API 的示例应用程序【英文标题】:Example applications that use the following windows APIs 【发布时间】:2011-07-22 04:39:47 【问题描述】:是否有人知道任何使用 Windows API 的 Windows 应用程序,例如 CreateNamedPipe、CreateFileMapping、CreateMailSlot?谷歌搜索没有帮助!
【问题讨论】:
您的编辑(“XYZ WLZ 如何在 linux 中工作?”)使这个问题以及所有现有答案变得毫无意义——如果您有新问题,请单独提出(和更具体!)。 【参考方案1】:您可以找到example of CreateNamedPipe here
您可以找到example of CreateFileMapping here
您可以找到example of CreateMailSlot here
【讨论】:
【参考方案2】:谷歌应该提供帮助。
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
【讨论】:
以上是关于使用以下 Windows API 的示例应用程序的主要内容,如果未能解决你的问题,请参考以下文章
适用于所有 Win32 程序员的在 Windows Aero Glass(DWM、GDI、GDI+)上绘图的文档和 API 示例