Searched refs:HIGH_PRIORITY_CLASS (Results 1 – 8 of 8) sorted by relevance
185 HIGH_PRIORITY_CLASS; in QueryInformationJobObject()275 case HIGH_PRIORITY_CLASS: in SetInformationJobObject()
1682 case PROCESS_PRIORITY_CLASS_HIGH: return HIGH_PRIORITY_CLASS; in GetPriorityClass()1724 case HIGH_PRIORITY_CLASS: in SetPriorityClass()2471 else if (dwCreationFlags & HIGH_PRIORITY_CLASS) in CreateProcessInternalW()2489 HIGH_PRIORITY_CLASS | in CreateProcessInternalW()
208 Priority = HIGH_PRIORITY_CLASS; in UpdatePriority()286 PriVal = HIGH_PRIORITY_CLASS; in SaveSettings()393 case HIGH_PRIORITY_CLASS: in LoadSettings()
257 SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS); in main()
138 dwCreationFlags |= HIGH_PRIORITY_CLASS; in cmd_start()
135 SetPriorityClass(hProcess, HIGH_PRIORITY_CLASS); in wWinMain()296 DoSetPriority(HIGH_PRIORITY_CLASS); in TaskManagerWndProc()
411 case HIGH_PRIORITY_CLASS: in ProcessPageShowContextMenu()
186 #define HIGH_PRIORITY_CLASS 0x00000080 macro