摘要: 阅读全文
posted @ 2010-08-24 13:56 kevinzhwl 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2010-08-24 13:55 kevinzhwl 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Sample C code calling it:OVERLAPPED overlapped; overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); fns.NotifyStateChange(&overlapped); WaitFor... 阅读全文
posted @ 2010-08-24 13:55 kevinzhwl 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Sample C code calling it:OVERLAPPED overlapped; overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); fns.NotifyStateChange(&overlapped); WaitFor... 阅读全文
posted @ 2010-08-24 13:54 kevinzhwl 阅读(145) 评论(0) 推荐(0) 编辑
摘要: NamedPipeServerStream pipe;ManualResetEvent WriteFlag;//initialise pipelock (pipe){ //I wish this method existed WaitHandle NewDataHandle = pipe.Get... 阅读全文
posted @ 2010-08-24 13:40 kevinzhwl 阅读(112) 评论(0) 推荐(0) 编辑