随笔分类 -  windows

摘要:用 HTTP 协议下载资源(WinINet 实现) WinINet 使用 HTTP 协议下载资源的流程 相关函数 InternetCrackUrl 解析 URL BOOL InternetCrackUrl( _In_ LPCTSTR lpszUrl, // (1) _In_ DWORD dwUrlL 阅读全文
posted @ 2017-10-17 10:57 杨领well 阅读(65) 评论(0) 推荐(0)
摘要:进程间通信 —— 管道(Interprocess Communications —— Pipes) 管道分为匿名管道(anonymous pipes)和命名管道(named pipes.)两类, 其中匿名管道需要更少的开销, 但是其能提供的服务是有限的。 这里用到的管道(pipe)这个术语, 望文生 阅读全文
posted @ 2017-08-06 16:58 杨领well 阅读(208) 评论(0) 推荐(0)