// wdm.h
KPRIORITY KeQueryPriorityThread(
[in] PKTHREAD Thread
);
View the official Windows Driver Kit DDI reference
No description available.
The KeQueryPriorityThread routine returns the current priority of a particular thread.
Thread
[in]Pointer to a dispatcher object of type KTHREAD.
KeQueryPriorityThread returns the current priority of the specified thread.
Thread priorities range from 0 to 31, where 0 is the lowest priority and 31 is the highest.