I am using startProcess
from osproc to create a process but it seems that the priority is hardcoded in the source code to normal. How to start a process with a lower priority?
I've tried to copy paste startProcess
with a specific priority in my source code but have errors I do not know how to deal with. I also tried to call winlean.createProcessA(...) but get undeclared identifier.
Any idea?