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 驱动程序。 |
目标平台 | 通用 |
标头 | netdma.h (包括 Netdma.h) |
IRQL | DISPATCH_LEVEL |