Windows平台上的关于进程和线程创建和修改优先级方法
1. 设置线程的优先级
SetThreadPriority
2. 创建线程函数
CreateThread
3. 设置进程的优先级
SetPriorityClass
4. 创建进程函数
CreateProcess