搜索资源列表
win2000-src
- Windows 2000下一个WDM驱动的简单范例,包括驱动和应用程序。虽然驱动程序仅仅是读取一个字符串,但是麻雀虽小,但是五脏俱全,强烈推荐学习WDM编程的初学者通过这个简单的范例搞清楚驱动程序最简单的结构-A simple WDM Driver example for Windows 2000 including driver and test programs.Its function is only to read a string,but it includes all aspacts
hellowdm
- 在Visual C++环境下编译/基于微软DDK工具包开发的一个WDM设备驱动程序范例,体现了WDM驱动编程的基本步骤和方法. 使用方法: 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\\tan\\hellow\\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装”
APIDemo
- win32 api 范例,要学习windows编程的,可以好好看看.-win32 api example, to learn windows programming, you can take a look.
Windows_DDK
- Windows驱动编程范例,有各种源代码比如字符编程,定时器编程等-Windows driver programming paradigm, there is a variety of programming source code such as characters, timer programming, etc