enumeración NET_DMA_PNP_NOTIFICATION_CODE (netdma.h)

Nota La interfaz NetDMA no se admite en Windows 8 y versiones posteriores.
 
La enumeración NET_DMA_PNP_NOTIFICATION_CODE identifica el tipo de un evento netDMA Plug and Play (PnP).

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
El proveedor netDMA está registrado. NetDMA usa este evento en la interfaz de cliente de NetDMA.
NetDmaNotificationProviderArrival
El proveedor NetDMA está disponible para que un cliente lo use. NetDMA usa este evento en el cliente netDMA
Interfaz.
NetDmaNotificationProviderRemoval
Se quitó el proveedor netDMA. NetDMA usa este evento en la interfaz de cliente de NetDMA.
NetDmaNotificationChannelArrival
El canal NetDMA está disponible para que un cliente lo use. NetDMA usa este evento en el cliente netDMA
Interfaz.
NetDmaNotificationProviderPowerDown
El proveedor netDMA está apagando. Un controlador de proveedor de NetDMA emite el
Notificación NetDmaNotificationProviderPowerDown antes de establecer el proveedor DMA en una baja potencia
.
NetDmaNotificationProviderPowerUp
El proveedor netDMA está encendido. Los controladores del proveedor netDMA emiten el
Notificación netDmaNotificationProviderPowerUp después de que el proveedor DMA vuelva a una potencia de trabajo
.
NetDmaNotificationMax
Número total de eventos PnP de NetDMA admitidos.

Comentarios

La enumeración NET_DMA_PNP_NOTIFICATION_CODE se usa en la NET_DMA_PNP_NOTIFICATION estructura.

Requisitos

Requisito Value
Cliente mínimo compatible Compatible con los controladores NetDMA 2.0 y NetDMA 1.1 en Windows Server 2008.
Encabezado netdma.h (incluya Netdma.h)

Consulte también

NET_DMA_PNP_NOTIFICATION