Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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) |