Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(Solved)...run priority
#1
Is there a way to run an app in another priority high or realtime with the run function.
#2
Code:
Copy      Help
int h=run("notepad")
SetPriorityClass(h HIGH_PRIORITY_CLASS)
CloseHandle(h)
#3
Thanks that works great.
#4
can u give the dll declaration for
SetPriorityClass
#5
Look in the attached file.


Attached Files
.zip   winapiqm.zip (Size: 365.32 KB / Downloads: 304)


Forum Jump:


Users browsing this thread: 1 Guest(s)