读书人

怎么设置线程优先级

发布时间: 2012-02-05 12:07:15 作者: rapoo

如何设置线程优先级?
如题!!

[解决办法]
BOOL SetThreadPriority(
HANDLE hThread,// handle to the thread
int nPriority // thread priority level
);

读书人网 >C++ Builder

热点推荐