énumération NET_DMA_PNP_NOTIFICATION_CODE (netdma.h)
Note L’interface NetDMA n’est pas prise en charge dans Windows 8 et versions ultérieures.
Syntax
typedef enum _NET_DMA_PNP_NOTIFICATION_CODE {
NetDmaNotificationProviderRegistered,
NetDmaNotificationProviderArrival,
NetDmaNotificationProviderRemoval,
NetDmaNotificationChannelArrival,
NetDmaNotificationProviderPowerDown,
NetDmaNotificationProviderPowerUp,
NetDmaNotificationMax
} NET_DMA_PNP_NOTIFICATION_CODE, *PNET_DMA_PNP_NOTIFICATION_CODE;
Constantes
NetDmaNotificationProviderRegistered Le fournisseur NetDMA est inscrit. NetDMA utilise cet événement dans l’interface cliente NetDMA. |
NetDmaNotificationProviderArrival Le fournisseur NetDMA est disponible pour l’utilisation d’un client. NetDMA utilise cet événement dans le client NetDMA Interface. |
NetDmaNotificationProviderRemoval Le fournisseur NetDMA a été supprimé. NetDMA utilise cet événement dans l’interface cliente NetDMA. |
NetDmaNotificationChannelArrival Le canal NetDMA est disponible pour l’utilisation d’un client. NetDMA utilise cet événement dans le client NetDMA Interface. |
NetDmaNotificationProviderPowerDown Le fournisseur NetDMA est en cours de mise sous tension. Un pilote de fournisseur NetDMA émet le Notification NetDmaNotificationProviderPowerDown avant de définir le fournisseur DMA sur une faible puissance . |
NetDmaNotificationProviderPowerUp Le fournisseur NetDMA est sous tension. Les pilotes du fournisseur NetDMA émettent le Notification NetDmaNotificationProviderPowerUp après le retour du fournisseur DMA à une alimentation opérationnelle . |
NetDmaNotificationMax Nombre total d’événements NetDMA PnP pris en charge. |
Remarques
L’énumération NET_DMA_PNP_NOTIFICATION_CODE est utilisée dans le NET_DMA_PNP_NOTIFICATION structure.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Pris en charge pour les pilotes NetDMA 2.0 et NetDMA 1.1 dans Windows Server 2008. |
En-tête | netdma.h (inclure Netdma.h) |