// netdma.h
NET_DMA_EXPORT VOID NetDmaPnPEventNotify(
[in] PVOID NetDmaProviderHandle,
[in] PNET_DMA_PNP_NOTIFICATION PnPEvent
);
View the official Windows Driver Kit DDI referenceNo description available.
Note The NetDMA interface is not supported
in Windows 8 and later.
The NetDmaPnPEventNotify function indicates a power state change for a NetDMA provider device.
NetDmaProviderHandle [in]A handle that identifies a DMA provider. A DMA provider driver receives this handle from the NetDMA interface in a call to the NetDmaRegisterProvider function.
PnPEvent [in]A pointer to a NET_DMA_PNP_NOTIFICATION structure that specifies a NetDMA PnP and power management event.
This function does not return a value.
NetDMA provider drivers call the NetDmaPnPEventNotify function to indicate a power state change for a NetDMA provider device.
To send a power management notification to the NetDMA interface, NetDMA provider drivers call the NetDmaPnPEventNotify function and provide a pointer to a NET_DMA_PNP_NOTIFICATION structure at the PnPEvent parameter.
A NetDMA provider driver calls NetDmaPnPEventNotify at IRQL = PASSIVE_LEVEL.