如何设置线程优先级?
如题!!
[解决办法]
BOOL SetThreadPriority(
HANDLE hThread,// handle to the thread
int nPriority // thread priority level
);
发布时间: 2012-02-05 12:07:15 作者: rapoo
如何设置线程优先级?
如题!!
[解决办法]
BOOL SetThreadPriority(
HANDLE hThread,// handle to the thread
int nPriority // thread priority level
);