enumeração NET_DMA_PNP_NOTIFICATION_CODE (netdma.h)

Nota Não há suporte para a interface NetDMA no Windows 8 e posterior.
 
A enumeração NET_DMA_PNP_NOTIFICATION_CODE identifica o tipo de um evento de Plug and Play (PnP) do NetDMA.

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
O provedor NetDMA está registrado. O NetDMA usa esse evento na interface do cliente NetDMA.
NetDmaNotificationProviderArrival
O provedor NetDMA está disponível para uso de um cliente. O NetDMA usa esse evento no cliente NetDMA
Interface.
NetDmaNotificationProviderRemoval
O provedor NetDMA foi removido. O NetDMA usa esse evento na interface do cliente NetDMA.
NetDmaNotificationChannelArrival
O canal NetDMA está disponível para um cliente usar. O NetDMA usa esse evento no cliente NetDMA
Interface.
NetDmaNotificationProviderPowerDown
O provedor NetDMA está desligando. Um driver de provedor NetDMA emite o
Notificação NetDmaNotificationProviderPowerDown antes de definir o provedor de AMD como de baixa potência
estado.
NetDmaNotificationProviderPowerUp
O provedor NetDMA é habilitado. Drivers de provedor NetDMA emitem o
Notificação netDmaNotificationProviderPowerUp depois que o provedor de DMA está de volta a uma potência funcional
estado.
NetDmaNotificationMax
O número total de eventos PnP do NetDMA com suporte.

Comentários

A enumeração NET_DMA_PNP_NOTIFICATION_CODE é usada no NET_DMA_PNP_NOTIFICATION estrutura.

Requisitos

Requisito Valor
Cliente mínimo com suporte Com suporte para drivers NetDMA 2.0 e NetDMA 1.1 no Windows Server 2008.
Cabeçalho netdma.h (inclua Netdma.h)

Confira também

NET_DMA_PNP_NOTIFICATION