IoGetIoPriorityHint - NtDoc

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

IO_PRIORITY_HINT IoGetIoPriorityHint(
  [in] PIRP Irp
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-iogetiopriorityhint)

IoGetIoPriorityHint function

Description

The IoGetIoPriorityHint routine gets the priority hint value from an IRP.

Parameters

Irp [in]

Specifies the IRP to obtain the priority hint from.

Return value

IoGetIoPriorityHint returns the IO_PRIORITY_HINT value that indicates the current priority hint.

Remarks

For more information about priority hints, see Using IRP Priority Hints.

See also

IO_PRIORITY_HINT

IoSetIoPriorityHint