PHW_PRIORITY_ROUTINE callback function (strmini.h)

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

Syntax

PHW_PRIORITY_ROUTINE PhwPriorityRoutine;

void PhwPriorityRoutine(
  [in] IN PVOID Context
)
{...}

Parameters

[in] Context

Pointer to a minidriver-allocated buffer. The minidriver provides a pointer to this buffer in the Context parameter of its call to StreamClassCallAtNewPriority.

Return value

None

Remarks

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

Requirements

Requirement Value
Target Platform Desktop
Header strmini.h (include Strmini.h)

See also

StreamClassCallAtNewPriority