摘要: 阅读全文
posted @ 2010-08-24 13:56 kevinzhwl 阅读(118) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2010-08-24 13:55 kevinzhwl 阅读(95) 评论(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 阅读(139) 评论(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 阅读(149) 评论(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 阅读(117) 评论(0) 推荐(0)