// netadapter.h
void NET_ADAPTER_DMA_CAPABILITIES_INIT(
[_Out_] NET_ADAPTER_DMA_CAPABILITIES *DmaCapabilities,
[_In_] WDFDMAENABLER DmaEnabler
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_ADAPTER_DMA_CAPABILITIES_INIT function initializes a NET_ADAPTER_DMA_CAPABILITIES structure.
DmaCapabilities [_Out_]A pointer to the driver-allocated NET_ADAPTER_DMA_CAPABILITIES structure to be initialized.
DmaEnabler [_In_]A DMA enabler object the client driver obtained in a previous call to WdfDmaEnablerCreate.
The client driver typically calls this function while setting capabilities for its data path, when it is starting a net adapter but before it calls NetAdapterStart.