IoSetIoPriorityHint - NtDoc

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

NTSTATUS IoSetIoPriorityHint(
  [in] PIRP             Irp,
  [in] IO_PRIORITY_HINT PriorityHint
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IoSetIoPriorityHint function

Description

The IoSetIoPriorityHint routine sets the priority hint value for an IRP.

Parameters

Irp [in]

Specifies the IRP to set the priority hint value for.

PriorityHint [in]

Specifies the IO_PRIORITY_HINT value that indicates the new priority hint.

Return value

IoSetIoPriorityHint returns STATUS_SUCCESS if the operation succeeds and the appropriate NTSTATUS value if the operation fails.

Remarks

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

See also

IO_PRIORITY_HINT

IoGetIoPriorityHint