搜索资源列表
WDMbuild
- 这是一个在VC下开发WDM驱动程序的小工具,可以实现动态加载和卸载驱动程序而不用编写INF文件,很适合初学者。-This is a development of the VC WDM small tools, dynamic loading and unloading of drivers having to prepare INF documents, which is perfect for beginners.
WDM_PnPEvent
- 一个即插即用驱动程序源码!里面有应用程序,驱动程序,驱动inf文件,驱动sys文件.可以直接装载并测试运行!-a plug-and-play driver source! There are applications, drivers, driver inf, sys-driven document. Direct loading and test operations.
20020405
- 本文分三部分来介绍如何构造一个简单的USB过滤驱动程序,包括“基本原理”、“程序的 实现”、“使用INF安装”。此文的目的在于希望读者了解基本原理后,可以使用除DDK以 外最流行也最方便的驱动开发工具DriverStudio来实现一个自己的过滤驱动,并正确地安 装。 -how to structure a simple USB filter driver, "basic principles", "Implementation of procedures
2005-05-11_EzDriverSetup
- 驱动安装程序,采用mfc编程,能够指定inf文件-driver installation procedures using mfc programming documents to the designated inf
IrCOMM2kQuellen
- IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe (setup and uninstall program) - ircomm2k.exe (service program) - ircomm2k.sys (device driver) - ircomm2k.dll (device property page) -
Win2000WdmSrc
- 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\\tan\\hellow\\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装” 在找到上述目录下的hellowdm.inf,在安装中指定hellowdm.sys的路径即可。 安装好后可在控制面板的“系统”中看到此设备。
classpnp
- This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class
hellowdm
- 在Visual C++环境下编译/基于微软DDK工具包开发的一个WDM设备驱动程序范例,体现了WDM驱动编程的基本步骤和方法. 使用方法: 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\\tan\\hellow\\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装”
TimerSample
- o Search for the string \"TODO\" and follow the instructions to complete your driver. o Review the registry settings created in TimerSample.inf.
WMISample
- o Search for the string \"TODO\" and follow the instructions to complete your driver. o Review the registry settings created in WMISample.inf.
USBCounter
- o Search for the string \"TODO\" and follow the instructions to complete your driver. o Review the registry settings created in USBCounter.inf.
1102521
- 根据Inf文件,inf文件可自己编写,自动安装驱动程序。方便
InfFile_V1.0
- 详细讲解驱动安装文件(.Inf)的语法和总体框架,是DDK文档中所缺少的总统框架(DDK讲的很细节),不可多得的.Inf文件的文档。推荐写驱动的朋友可以参考。
cyusb.inf
- cyusb.inf ezusb驱动开发,CY7C68013
ATLASUSB
- Atlas III USB driver SYS Installation inf for the Intel 82930 USB Bulk IO Test Board
INF-file-syntax
- windows平台INF文件语法,学习驱动开发的参考文档。介绍inf文件格式。-windows platform INF file syntax, learning to drive the development of reference documents. Introduction inf file format.
cocpyinf
- This document accompanies a sample co-installer that can be used in conjunction with an INF file to install additional device INF files on the target system during a device installation. The instructions herein apply to the Microsoft Windows 2000 and
InstallDriver
- install device with inf file and device id
DDK-INF
- 驱动程序中INF文件详解,个后缀是INF的文本文件控制设备驱动程序自动的安装。INF格式类似于WIN 3.x下的老式的.INI文件,但是复杂些。一个INF文件允许自动的或者在对话框的帮助下安装驱动程序文件。 -A Doc about the .inf file,tell the function and structure
inf-file-brief
- inf文件简介,WDF驱动开发必备技能,很好的inf简介,便于查询。-inf File Info, WDF-driven development of essential skills, good inf profile, easy to query.