Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |