次の方法で共有


NET_DMA_PNP_NOTIFICATION_CODE列挙 (netdma.h)

NetDMA インターフェイスは Windows 8 以降ではサポートされていません。
 
NET_DMA_PNP_NOTIFICATION_CODE列挙体は、NetDMA プラグ アンド プレイ (PnP) イベントの種類を識別します。

構文

typedef enum _NET_DMA_PNP_NOTIFICATION_CODE {
  NetDmaNotificationProviderRegistered,
  NetDmaNotificationProviderArrival,
  NetDmaNotificationProviderRemoval,
  NetDmaNotificationChannelArrival,
  NetDmaNotificationProviderPowerDown,
  NetDmaNotificationProviderPowerUp,
  NetDmaNotificationMax
} NET_DMA_PNP_NOTIFICATION_CODE, *PNET_DMA_PNP_NOTIFICATION_CODE;

定数

 
NetDmaNotificationProviderRegistered
NetDMA プロバイダーが登録されています。 NetDMA は、NetDMA クライアント インターフェイスでこのイベントを使用します。
NetDmaNotificationProviderArrival
NetDMA プロバイダーは、クライアントで使用できます。 NetDMA は NetDMA クライアントでこのイベントを使用します
インターフェイス。
NetDmaNotificationProviderRemoval
NetDMA プロバイダーが削除されました。 NetDMA は、NetDMA クライアント インターフェイスでこのイベントを使用します。
NetDmaNotificationChannelArrival
NetDMA チャネルは、クライアントが使用するために使用できます。 NetDMA は NetDMA クライアントでこのイベントを使用します
インターフェイス。
NetDmaNotificationProviderPowerDown
NetDMA プロバイダーの電源が切れている。 NetDMA プロバイダー ドライバーは、次の問題を発行します。
DMA プロバイダーを低電力に設定する前に、NetDmaNotificationProviderPowerDown 通知を する
状態。
NetDmaNotificationProviderPowerUp
NetDMA プロバイダーの電源が入ります。 NetDMA プロバイダー ドライバーは、〘〘
DMA プロバイダーが稼働状態に戻った後の NetDmaNotificationProviderPowerUp 通知を する
状態。
NetDmaNotificationMax
サポートされている NetDMA PnP イベントの合計数。

備考

NET_DMA_PNP_NOTIFICATION_CODE列挙体は、 NET_DMA_PNP_NOTIFICATION 構造体。

必要条件

要件 価値
サポートされる最小クライアント Windows Server 2008 の NetDMA 2.0 および NetDMA 1.1 ドライバーでサポートされます。
ヘッダー netdma.h (Netdma.h を含む)

関連項目

NET_DMA_PNP_NOTIFICATION