Posts: 331
Threads: 60
Joined: May 2006
Is there a way to run an app in another priority high or realtime with the run function.
Posts: 12,140
Threads: 142
Joined: Dec 2002
int h=run("notepad")
SetPriorityClass(h HIGH_PRIORITY_CLASS)
CloseHandle(h)
Posts: 331
Threads: 60
Joined: May 2006
Posts: 1,338
Threads: 61
Joined: Jul 2006
can u give the dll declaration for
SetPriorityClass
Posts: 12,140
Threads: 142
Joined: Dec 2002
Look in the attached file.