Previous Next

StrMiniPriorityRoutine

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

VOID STREAMAPI
  StrMiniPriorityRoutine(
    IN PVOID  Context
    );

Parameters

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

Headers

Declared in strmini.h. Include strmini.h.

Comments

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

See Also

StreamClassCallAtNewPriority