Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Note The NetDMA interface is not supported
in Windows 8 and later.
Syntax
NET_DMA_EXPORT VOID NetDmaInterruptDpc(
[in] PVOID NetDmaChannelHandle,
[in, optional] PHYSICAL_ADDRESS DmaDescriptor
);
Parameters
[in] NetDmaChannelHandle
A handle that identifies the DMA channel. The DMA provider driver received this handle from NetDMA in a call to the ProviderAllocateDmaChannel function.
[in, optional] DmaDescriptor
A pointer to the last DMA descriptor that was processed.
Return value
None.
Remarks
DMA providers call the NetDmaInterruptDpc function in their DPC handler.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Supported for NetDMA 1.0 drivers in Windows Vista. |
| Target Platform | Universal |
| Header | netdma.h (include Netdma.h) |
| IRQL | DISPATCH_LEVEL |