// ntifs.h
VOID IoInitializePriorityInfo(
[in] PIO_PRIORITY_INFO PriorityInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
The IoInitializePriorityInfo routine initializes a structure of type IO_PRIORITY_INFO.
PriorityInfo [in]Pointer to a structure, of type IO_PRIORITY_INFO, to be initialized. This parameter is required and cannot be NULL.
The IoInitializePriorityInfo routine is used to initialize the IO_PRIORITY_INFO structure that is utilized by the FltRetrieveIoPriorityInfo routine.