首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

怎么设置线程优先级

2012-02-05 
如何设置线程优先级?如题!![解决办法]BOOL SetThreadPriority(HANDLE hThread,// handle to the threadint

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

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

热点排行