Condividi tramite


Funzione NetDmaPnPEventNotify (netdma.h)

Nota L'interfaccia NetDMA non è supportata

in Windows 8 e versioni successive.

 
La funzione NetDmaPnPEventNotify indica una modifica dello stato di alimentazione per un dispositivo del provider NetDMA.

Sintassi

NET_DMA_EXPORT VOID NetDmaPnPEventNotify(
  [in] PVOID                     NetDmaProviderHandle,
  [in] PNET_DMA_PNP_NOTIFICATION PnPEvent
);

Parametri

[in] NetDmaProviderHandle

Handle che identifica un provider DMA. Un driver del provider DMA riceve questo handle dall'interfaccia NetDMA in una chiamata a Funzione NetDmaRegisterProvider .

[in] PnPEvent

Puntatore a una struttura NET_DMA_PNP_NOTIFICATION che specifica un evento NetDMA PnP e risparmio energia.

Valore restituito

Questa funzione non restituisce un valore.

Commenti

I driver del provider NetDMA chiamano la funzione NetDmaPnPEventNotify per indicare una modifica dello stato di alimentazione per un dispositivo del provider NetDMA.

Per inviare una notifica di risparmio energia all'interfaccia NetDMA, i driver del provider NetDMA chiamano la funzione NetDmaPnPEventNotify e forniscono un puntatore a una struttura NET_DMA_PNP_NOTIFICATION nel parametro PnPEvent .

Un driver del provider NetDMA chiama NetDmaPnPEventNotify in IRQL = PASSIVE_LEVEL.

Requisiti

Requisito Valore
Client minimo supportato Supportato per i driver NetDMA 2.0 e NetDMA 1.1 in Windows Server 2008.
Piattaforma di destinazione Universale
Intestazione netdma.h (include Netdma.h)
IRQL PASSIVE_LEVEL

Vedi anche

NET_DMA_PNP_NOTIFICATION

NetDmaRegisterProvider