Example applications that use the following windows APIs
Does anybody know any windows applications that 开发者_运维百科use windows API like CreateNamedPipe, CreateFileMapping, CreateMailSlot? Googling didn't help!
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 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
精彩评论