// strmini.h
PHW_PRIORITY_ROUTINE PhwPriorityRoutine;
VOID PhwPriorityRoutine(
[in] IN PVOID Context
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
StrMiniPriorityRoutine is a minidriver-supplied callback routine to be executed at a specified priority level.
Context [in]Pointer to a minidriver-allocated buffer. The minidriver provides a pointer to this buffer in the Context parameter of its call to StreamClassCallAtNewPriority.
The minidriver provides a pointer to this routine in the Priority parameter of a call to StreamClassCallAtNewPriority.