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.
HDAudio codec DMA Notification Callback function.
PHDAUDIO_DMA_NOTIFICATION_CALLBACK is used by the PREGISTER_NOTIFICATION_CALLBACK callback function.
Syntax
PHDAUDIO_DMA_NOTIFICATION_CALLBACK PhdaudioDmaNotificationCallback;
VOID PhdaudioDmaNotificationCallback(
PVOID unnamedParam1,
LARGE_INTEGER unnamedParam2
)
{...}
Parameters
unnamedParam1
Context - Driver-specific context value used when registering the callback routine.
unnamedParam2
QPCDMANotificationTimestamp - The QPC time when the IOC ISR handled the DMA interrupt.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | 19H1 |
| Header | hdaudio.h (include hdaudio.h) |
| IRQL | DPC_LEVEL |