in reply to How to lower my own priority on Windows?

BELOW_NORMAL_PRIORITY_CLASS is defined in winbase.h, so you should just be able to define your own constant. It is defined as follows: #define BELOW_NORMAL_PRIORITY_CLASS    0x00004000