找了半天,原因很简单,忘记加取地址&了。。
GetExitCodeThread(hThread, **&**ret);
使用getExitCodeThread出现错误:未加载wkernelbase.pdb
最新推荐文章于 2023-09-19 16:04:04 发布
找了半天,原因很简单,忘记加取地址&了。。
GetExitCodeThread(hThread, **&**ret);