ThreadPriority() Constants
Posted: Fri Nov 21, 2008 4:48 pm
something like this:
c ya,
nco2k
Code: Select all
#PB_ThreadPriority_Lowest = 1
#PB_ThreadPriority_Low = 8
#PB_ThreadPriority_Normal = 16
#PB_ThreadPriority_High = 23
#PB_ThreadPriority_Highest = 31
#PB_ThreadPriority_Critical = 32
nco2k