// fltkernel.h
IO_PRIORITY_HINT FLTAPI FltGetIoPriorityHintFromThread(
[in] PETHREAD Thread
);
View the official Windows Driver Kit DDI referenceNo description available.
The FltGetIoPriorityHintFromThread routine is used by a minifilter driver to get IO priority information from a thread.
Thread [in]A pointer to the thread from which to retrieve priority information. This parameter is required and cannot be NULL.
The FltGetIoPriorityHintFromThread routine returns an IO priority hint retrieved from a thread.
If Thread does not have a priority, the routine returns IoPriorityNormal.
If an error occurs retrieving the priority, the routine returns IoPriorityNormal.
This routine is NONPAGED and can be called from paging IO paths.
FltGetIoPriorityHintFromCallbackData
FltGetIoPriorityHintFromFileObject
FltSetIoPriorityHintIntoCallbackData
FltSetIoPriorityHintIntoFileObject
FltSetIoPriorityHintIntoThread