vc中获取一个线程的状态及返回值

时间:2016-12-23 14:40:05
【文件属性】:
文件名称:vc中获取一个线程的状态及返回值
文件大小:138KB
文件格式:ZIP
更新时间:2016-12-23 14:40:05
线程 vc中获取一个线程的状态及返回值,VS2012工程,通过点击界面上按钮,启动一个判断线程,然后再这个判断线程启动一个工作线程,在判断线程里判断工作线程的工作状态
【文件预览】:
testObserverCommand
----testObserverCommand.sln(924B)
----testObserverCommand.v11.suo(24KB)
----testObserverCommand()
--------stdafx.cpp(152B)
--------res()
--------stdafx.h(2KB)
--------testObserverCommand.vcxproj(6KB)
--------testObserverCommandDlg.cpp(4KB)
--------testObserverCommand.h(520B)
--------targetver.h(234B)
--------testObserverCommand.vcxproj.filters(2KB)
--------testObserverCommand.cpp(2KB)
--------resource.h(2KB)
--------testObserverCommandDlg.h(845B)
--------testObserverCommand.aps(107KB)
--------testObserverCommand.rc(11KB)
--------ReadMe.txt(4KB)

网友评论

  • 没什么用,就是简单的使用GetExitCodeThread,还要这么多分,骗人啊
  • 通过看线程是否suspend来判断线程是否堵塞
  • 方法很好,通过看线程是否suspend来判断线程是否堵塞
  • VC确实比较麻烦。