Share via


NET_DMA_PNP_NOTIFICATION_CODE Enumeration (netdma.h)

Hinweis Die NetDMA-Schnittstelle wird in Windows 8 und höher nicht unterstützt.
 
Die NET_DMA_PNP_NOTIFICATION_CODE-Enumeration identifiziert den Typ eines PnP-Ereignisses (NetDMA Plug & Play).

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;

Konstanten

 
NetDmaNotificationProviderRegistered
Der NetDMA-Anbieter ist registriert. NetDMA verwendet dieses Ereignis in der NetDMA-Clientschnittstelle.
NetDmaNotificationProviderArrival
Der NetDMA-Anbieter ist für einen Client verfügbar. NetDMA verwendet dieses Ereignis im NetDMA-Client
Schnittstelle implementiert.
NetDmaNotificationProviderRemoval
Der NetDMA-Anbieter wurde entfernt. NetDMA verwendet dieses Ereignis in der NetDMA-Clientschnittstelle.
NetDmaNotificationChannelArrival
Der NetDMA-Kanal ist für einen Client verfügbar. NetDMA verwendet dieses Ereignis im NetDMA-Client
Schnittstelle implementiert.
NetDmaNotificationProviderPowerDown
Der NetDMA-Anbieter wird heruntergefahren. Ein NetDMA-Anbietertreiber gibt die
NetDmaNotificationProviderPowerDown-Benachrichtigung , bevor der DMA-Anbieter auf "Low-Power" festgelegt wird
abgerufen.
NetDmaNotificationProviderPowerUp
Der NetDMA-Anbieter wird eingeschaltet. NetDMA-Anbietertreiber geben die
NetDmaNotificationProviderPowerUp-Benachrichtigung , nachdem der DMA-Anbieter wieder funktionsfähig ist
abgerufen.
NetDmaNotificationMax
Die Gesamtzahl der unterstützten NetDMA-PnP-Ereignisse.

Hinweise

Die NET_DMA_PNP_NOTIFICATION_CODE-Enumeration wird in der NET_DMA_PNP_NOTIFICATION Struktur.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Unterstützt für NetDMA 2.0- und NetDMA 1.1-Treiber in Windows Server 2008.
Kopfzeile netdma.h (include Netdma.h)

Weitere Informationen

NET_DMA_PNP_NOTIFICATION