mfc 用这个定时线程CPU 过高
想开四个线程的;
这个应该怎么弄啊!
CreateThreadpoolTimer(MsgBoxCallbcak, NULL, NULL);
SetThreadpoolTimer(lpTimer[0], &ftRelativeStartTimel, 1000, 0);

mfc 用这个定时线程CPU 过高
想开四个线程的;
这个应该怎么弄啊!
CreateThreadpoolTimer(MsgBoxCallbcak, NULL, NULL);
SetThreadpoolTimer(lpTimer[0], &ftRelativeStartTimel, 1000, 0);

ftRelativeStartTimel这个参数结构体里的值是怎么传递的