摘要
WDF是微软推出的下一代驱动程序开发模型,它所提供的KMDF框架为内核模式驱动开发提供了一个面向对象、事件驱动的开发框架。本文深入研究了WDF驱动模型和过滤器驱动技术,设计和实现了一个USB存储设备监控系统。测试表明,系统可以在多操作系统的内网环境下,有效地监控USB存储设备的使用。
WDF is the next generation of driver development model launched by Microsoft. Its KMDF framework supports an object-oriented, event-driven framework for the kernel model driver development. The article analyzes the primary principle of the WDF driver model and the filter driver technology,and design and implement a USB storage monitoring system. Test shows that the system can control the use of the USB storage device effectively in a multiple operating system Intranet environment.
出处
《计算机工程与科学》
CSCD
北大核心
2010年第3期42-44,71,共4页
Computer Engineering & Science
关键词
WDF
过滤器驱动
监控
WDF
filter driver
monitor and control