NetDmaInterruptDpc 函式 (netdma.h)
注意 不支援 NetDMA 介面
在 Windows 8 和更新版本中。
語法
NET_DMA_EXPORT VOID NetDmaInterruptDpc(
[in] PVOID NetDmaChannelHandle,
[in, optional] PHYSICAL_ADDRESS DmaDescriptor
);
參數
[in] NetDmaChannelHandle
識別 DMA 通道的句柄。 DMA 提供者驅動程式在呼叫 中從 NetDMA 收到此句柄 ProviderAllocateDmaChannel 函式。
[in, optional] DmaDescriptor
已處理之最後一個 DMA 描述元的指標。
傳回值
無。
備註
DMA 提供者在其 DPC 處理程式中呼叫 NetDmaInterruptDpc 函式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 在 Windows Vista 中支援 NetDMA 1.0 驅動程式。 |
目標平台 | Universal |
標頭 | netdma.h (包括 Netdma.h) |
IRQL | DISPATCH_LEVEL |