NET_DMA_PNP_NOTIFICATION_CODE列舉型別 (netdma.h)
注意 Windows 8 和更新版本中不支援 NetDMA 介面。
語法
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) |