2011年6月23日

CloseHandle()函数的使用

摘要: 很多程序在创建线程都这样写的:............ThreadHandle = CreateThread(NULL,0,.....);CloseHandel(ThreadHandle );。。。。。这不是刚好创建又关闭了吗?线程怎么运行呢?================================================Closing a thread handle does not terminate the associated thread. To remove a thread object, you must terminate the thread, then 阅读全文

posted @ 2011-06-23 14:26 VIPler 阅读(474) 评论(0) 推荐(0) 编辑

导航