IoSetIoPriorityHint routine
The IoSetIoPriorityHint routine sets the priority hint value for an IRP.
Syntax
NTSTATUS IoSetIoPriorityHint( _In_ PIRP Irp, _In_ IO_PRIORITY_HINT PriorityHint );
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.
Requirements
|
Version | Available in Windows Vista and later versions of Windows. |
|---|---|
|
Header |
|
|
Library |
|
|
IRQL | Any level |
See also
Send comments about this topic to Microsoft
Build date: 5/2/2013