FltGetIoPriorityHintFromFileObject - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fltkernel.h

IO_PRIORITY_HINT FLTAPI FltGetIoPriorityHintFromFileObject(
  [in] PFILE_OBJECT FileObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fltkernel-fltgetiopriorityhintfromfileobject)

FltGetIoPriorityHintFromFileObject function

Description

The FltGetIoPriorityHintFromFileObject routine is used by a minifilter driver to get IO priority information from a file object.

Parameters

FileObject [in]

A pointer to a file object. This parameter is required and cannot be NULL.

Return value

The FltGetIoPriorityHintFromFileObject routine returns an IO priority hint retrieved from a file object.

If the FileObject does not have a priority, the routine returns IoPriorityNormal.

If an error occurs retrieving the priority, the routine returns IoPriorityNormal.

Remarks

This routine is NONPAGED and can be called from paging IO paths.

See also

FLT_CALLBACK_DATA

FltApplyPriorityInfoThread

FltGetIoPriorityHint

FltGetIoPriorityHintFromCallbackData

FltGetIoPriorityHintFromThread

FltRetrieveIoPriorityInfo

FltSetIoPriorityHintIntoCallbackData

FltSetIoPriorityHintIntoFileObject

FltSetIoPriorityHintIntoThread

IO_PRIORITY_INFO