PHDAUDIO_DMA_NOTIFICATION_CALLBACK fonction de rappel (hdaudio.h)
Fonction de rappel de notification DMA codec HDAudio.
PHDAUDIO_DMA_NOTIFICATION_CALLBACK est utilisé par la fonction de rappel PREGISTER_NOTIFICATION_CALLBACK.
Syntaxe
PHDAUDIO_DMA_NOTIFICATION_CALLBACK PhdaudioDmaNotificationCallback;
void PhdaudioDmaNotificationCallback(
PVOID unnamedParam1,
LARGE_INTEGER unnamedParam2
)
{...}
Paramètres
unnamedParam1
Context - Valeur de contexte spécifique au pilote utilisée lors de l’inscription de la routine de rappel.
unnamedParam2
QPCDMANotificationTimestamp : heure QPC à laquelle l’ISR du CIO a géré l’interruption DMA.
Valeur de retour
Aucun
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | 19H1 |
d’en-tête | hdaudio.h (include hdaudio.h) |
IRQL | DPC_LEVEL |