NET_DMA_PNP_NOTIFICATION_CODE列舉 (netdma.h)
注意Windows 8 和更新版本不支援 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;
常數
NetDmaNotificationProviderRegistered NetDMA 提供者已註冊。 NetDMA 會在 NetDMA 用戶端介面中使用這個事件。 |
NetDmaNotificationProviderArrival NetDMA 提供者可供用戶端使用。 NetDMA 會在 NetDMA 用戶端中使用這個事件 介面。 |
NetDmaNotificationProviderRemoval NetDMA 提供者已移除。 NetDMA 會在 NetDMA 用戶端介面中使用這個事件。 |
NetDmaNotificationChannelArrival NetDMA 通道可供用戶端使用。 NetDMA 會在 NetDMA 用戶端中使用這個事件 介面。 |
NetDmaNotificationProviderPowerDown NetDMA 提供者已關閉電源。 NetDMA 提供者驅動程序發出 問題 NetDmaNotificationProviderPowerDown 通知,再將 DMA 提供者設定為低電源 狀態。 |
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) |