HANDLE hProcess = GetCurrentProcess();
//设置本进程的优先级
int stat = SetPriorityClass(hProcess, NORMAL_PRIORITY_CLASS);