Set Priority 在win kernel中KPRIORITY的所有可能优先级是什么?
答案 0 :(得分:1)
您可以找到winddk.h中定义的所有值。 这是你的摘录
#define LOW_PRIORITY 0
#define LOW_REALTIME_PRIORITY 16
#define HIGH_PRIORITY 31
#define MAXIMUM_PRIORITY 32