IoInitializePriorityInfo - NtDoc

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

VOID IoInitializePriorityInfo(
  [in] PIO_PRIORITY_INFO PriorityInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-ioinitializepriorityinfo)

IoInitializePriorityInfo function

Description

The IoInitializePriorityInfo routine initializes a structure of type IO_PRIORITY_INFO.

Parameters

PriorityInfo [in]

Pointer to a structure, of type IO_PRIORITY_INFO, to be initialized. This parameter is required and cannot be NULL.

Remarks

The IoInitializePriorityInfo routine is used to initialize the IO_PRIORITY_INFO structure that is utilized by the FltRetrieveIoPriorityInfo routine.

See also

FltApplyPriorityInfoThread

FltRetrieveIoPriorityInfo

IO_PRIORITY_INFO