搜索资源列表
Windows设备驱动程序WDF开发
- 武安河编著《Windows设备驱动程序WDF开发》配套源代码。
Windows WDF usb driver sample
- This is a good sample for Windows WDF USB driver development.
WDFBOOK.rar
- 本光盘为《Windows设备驱动程序WDF开发》书籍的配套光盘。光盘中含有书中所有实例的驱动程序和应用程序的全部源代码,以及生成的驱动程序和可执行的应用程序。除USBSample和PCISample实例因需要硬件设备的支持,读者无法运行外,其他11个实例均可在Windows XP和Windows Vista下运行。,The CD-ROM for the " Windows Device Driver Development WDF" book package CD-ROM. B
ramdisk
- 建立RAM上的硬盘WDF驱动程序。用WDK和VS2005编译。用附加INF安装。 -RAM disk driver to demonstrate how to write WDF windows device driver.
river_hook
- 网上大牛写的WDF驱动编程的例子,对学习windows WDF驱动有帮助-Online Writing the WDF Daniudi example-driven programming, the study has helped drive windows WDF
stupid
- Windows Driver Framework编成例子-STUPID.SYS sample driver-- the minimal WDF driver used to illustrate Walter Oney s summary article on Windows Driver Framework
Windows_Kernel_Security_Programme
- 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
WindowsDeviceDriverCode
- windows设备驱动开发,使用最新的WDF模型-windows Driver Development using WDF
wdf-arch
- Microsoft Windows驱动基础架构(WDF)的说明文档-This paper provides information about the Windows Driver Foundation (WDF)
UMDF-samp
- This paper provides information about the sample drivers that are supplied with the user-mode driver framework (UMDF), which is a component of the Windows Driver Foundation (WDF) for the Microsoft Windows family of operating systems. It steps through
umdf-arch
- The Windows Driver Foundation (WDF) includes frameworks to support the development of both user-mode and kernel-mode drivers. The user-mode driver framework (UMDF) enables drivers for some types of devices to run in user mode instead of kernel mode.
USB_WDF
- A primary design goal for Windows Driver Foundation (WDF) was to make the driver models easy to extend to support new types of hardware. The first specialized input/output (I/O) targets in both User-Mode Driver Framework (UMDF) and Kernel-Mode Driver
WritingUSBDriverswithWDF
- A primary design goal for WDF was to make the driver models easy to extend to support new types of hardware. The first hardware-specific specialized I/O targets in both UMDF and KMDF support USB devices. You can use the USB I/O targets to write a ful
KMDF_driver_study
- windows wdf 驱动开发资料,目前网上的驱动开发基本上都是wdm的,我上传个WDF的,欢迎下载-windows wdf driver develop,welcome to download it
RegSample
- 基于WINDOWS最新驱动模型wdf的registry驱动程序。-registry driver based on WDF
Windows wdf pdf and source
- 压缩包是电子书和源码。 《Windows设备驱动程序WDF开发》既适合具有一定计算机硬件及C/C++语言基础的计算机应用开发人员阅读,也适合作为计算机应用开发人员和高等院校学生的实用参考书。Windows最新的WDF驱动程序框架,包括KMDF和UMDF,KMDF是WDM的继续。本书主要介绍KMDF设备驱动程序的原理及编程方法;详细介绍KMDF对象及程序基本框架,KMDF和应用程序之间的通信、即插即用和电源管理的编程技术,过滤器驱动程序,KMDF访问硬件设备、处理硬件中断、实现DMA操作的编
VirtualSerial
- windows 虚拟串口的wdf驱动源码(windows virtual serial port wdf driver)
serenum
- windows串口serenum驱动源码(windows serial port serenum driver)
Windows设备驱动程序WDF开发
- 网卡的设计与实现参考书籍,学习资料,wDF开发(Design and Implementation of Network Card)
windows驱动WDF开发
- 该文档主要介绍wdf模式下驱动的开发,包括驱动的生成,发布,和安装