ThreadSwitchLowPriority
Reschedules a thread onto the low-priority queue
#include <nwthread.h> void ThreadSwitchLowPriority (void);
None
The ThreadSwitchLowPriority function can be used to schedule a thread to run only when there is nothing but hardware polling routines and temporarily handicapped threads to run. Routines suitable for this priority level would be once-a-week backup, file compression utilities, low-priority clean-up utilities, and so forth.