enumerazione NET_DMA_PNP_NOTIFICATION_CODE (netdma.h)
Nota L'interfaccia NetDMA non è supportata in Windows 8 e versioni successive.
Sintassi
typedef enum _NET_DMA_PNP_NOTIFICATION_CODE {
NetDmaNotificationProviderRegistered,
NetDmaNotificationProviderArrival,
NetDmaNotificationProviderRemoval,
NetDmaNotificationChannelArrival,
NetDmaNotificationProviderPowerDown,
NetDmaNotificationProviderPowerUp,
NetDmaNotificationMax
} NET_DMA_PNP_NOTIFICATION_CODE, *PNET_DMA_PNP_NOTIFICATION_CODE;
Costanti
NetDmaNotificationProviderRegistered Il provider NetDMA è registrato. NetDMA usa questo evento nell'interfaccia client NetDMA. |
NetDmaNotificationProviderArrival Il provider NetDMA è disponibile per un client da usare. NetDMA usa questo evento nel client NetDMA . |
NetDmaNotificationProviderRemoval Il provider NetDMA è stato rimosso. NetDMA usa questo evento nell'interfaccia client NetDMA. |
NetDmaNotificationChannelArrival Il canale NetDMA è disponibile per un client da usare. NetDMA usa questo evento nel client NetDMA . |
NetDmaNotificationProviderPowerDown Il provider NetDMA è inattivo. Un driver del provider NetDMA genera il problema Notifica NetDmaNotificationProviderPowerDown prima di impostare il provider DMA su una potenza ridotta . |
NetDmaNotificationProviderPowerUp Il provider NetDMA è alimentato. I driver del provider NetDMA rilasciano il Notifica NetDmaNotificationProviderPowerUp dopo che il provider DMA torna a un'alimentazione funzionante . |
NetDmaNotificationMax Numero totale di eventi NetDMA PnP supportati. |
Commenti
L'enumerazione NET_DMA_PNP_NOTIFICATION_CODE viene usata nell'oggetto NET_DMA_PNP_NOTIFICATION struttura.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato per i driver NetDMA 2.0 e NetDMA 1.1 in Windows Server 2008. |
Intestazione | netdma.h (include Netdma.h) |