NET_DMA_PNP_NOTIFICATION_CODE enumeração (netdma.h)
Observação não há suporte para a interface NetDMA no Windows 8 e posterior.
Sintaxe
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 um cliente usar. 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á diminuindo a energia. Um driver de provedor NetDMA emite o notificação NetDmaNotificationProviderPowerDown antes de definir o provedor de DMA como de baixa potência estado. |
NetDmaNotificationProviderPowerUp O provedor NetDMA é habilitado. Drivers de provedor NetDMA emitem o notificação NetDmaNotificationProviderPowerUp após o provedor de DMA voltar a uma potência de trabalho estado. |
NetDmaNotificationMax O número total de eventos PnP do NetDMA com suporte. |
Observações
A enumeração NET_DMA_PNP_NOTIFICATION_CODE é usada no NET_DMA_PNP_NOTIFICATION estrutura.
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Com suporte para drivers NetDMA 2.0 e NetDMA 1.1 no Windows Server 2008. |
cabeçalho | netdma.h (inclua Netdma.h) |