PHW_PRIORITY_ROUTINE - NtDoc

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

PHW_PRIORITY_ROUTINE PhwPriorityRoutine;

VOID PhwPriorityRoutine(
  [in] IN PVOID Context
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-strmini-phw_priority_routine)

PHW_PRIORITY_ROUTINE callback function

Description

StrMiniPriorityRoutine is a minidriver-supplied callback routine to be executed at a specified priority level.

Parameters

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.

Remarks

The minidriver provides a pointer to this routine in the Priority parameter of a call to StreamClassCallAtNewPriority.

See also

StreamClassCallAtNewPriority