线程正常退出, 还用CloseHandle吗
如题 问题点数:30、回复次数:4Top
1 楼ClassDialog()回复于 2002-05-09 09:09:41 得分 15
没必要Top
2 楼f_ky(毛蛋哥哥)回复于 2002-05-09 09:11:44 得分 15
不用了Top
3 楼darkbird()回复于 2002-05-09 09:15:23 得分 0
不必Top
4 楼qunta(J2Y2)回复于 2002-05-09 09:22:16 得分 0
要关的,MSDN says:
The thread object remains in the system until the thread has terminated and all handles to it have been closed through a call to CloseHandle.
句柄不用了应该关掉,否则线程对象虽然结束了,但还在内存中Top




