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 提供程序驱动程序颁发 在将 DMA 提供程序设置为低功率之前,NetDmaNotificationProviderPowerDown 通知 州。 |
NetDmaNotificationProviderPowerUp NetDMA 提供程序已启动。 NetDMA 提供程序驱动程序颁发 NetDmaNotificationProviderPowerUp 通知后,DMA 提供程序返回到工作电源 州。 |
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) |