Welcome![Sign In][Sign Up]
Location:
Search - DDK for 2000

Search list

[WinSock-NDISndis驱动程序代码

Description: 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NTDDK \\src\\network\\ ndis\\packet目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures - gt; Development kits - gt; Windows 2000 DDK - gt; Checked Build Environment, there will be a console window. Use cd order to enter D : \\ programs \\ NTDDK \\ src \\ network \\ NDIS \\ packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the control can also compile directories under the driver Flooding testapp procedures and dynamic directory for testing drivers for the applications; that is to be
Platform: | Size: 23063 | Author: 陶钊 | Hits:

[Driver DevelopWin2000WdmSrc

Description: 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\\tan\\hellow\\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装” 在找到上述目录下的hellowdm.inf,在安装中指定hellowdm.sys的路径即可。 安装好后可在控制面板的“系统”中看到此设备。 文件说明: hellowdm.dsw 为主工作文件 testhello目录 为客户端程序-compiler need Windows 98 or Windows 2000 DDK DDK and VC 6 .0, SoftIce 4.0 (recommended) In addition, the compiler must change the path set by default when the e : \\ tan \\ hellow \\ hellowdm, DDK, SoftIce also correct path. Series, launched Kongzhimianban the "add new hardware," choice "other equipment". Click on "from the installation disk" in the directory to find the hellowdm.inf. installation in the path designated hellowdm.sys can. Can be installed in the Control Panel "system" see this equipment. This document explains : hellowdm.dsw mainly working paper testhello directory for client
Platform: | Size: 16299 | Author: feige | Hits:

[Driver DevelopTheWin2kDeviceDriverBookGuideForProgrammers2Ed

Description: This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification. This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components.
Platform: | Size: 1885898 | Author: vincente | Hits:

[USB developUsb_Keyboard

Description: 一个在WINDOWS 2000 DDK环境下开发的USB小键盘驱动程序.-A driver program for USB pad keyboard developed under WINDOWS 2000 DDK.
Platform: | Size: 116648 | Author: 钱建春 | Hits:

[USB developUsb_Keyboard

Description: 一个在WINDOWS 2000 DDK环境下开发的USB小键盘驱动程序.-A driver program for USB pad keyboard developed under WINDOWS 2000 DDK.
Platform: | Size: 130048 | Author: 钱建春 | Hits:

[Internet-Networkndis驱动程序代码

Description: 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\programs\NTDDK \src\network\ ndis\packet目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures- gt; Development kits- gt; Windows 2000 DDK- gt; Checked Build Environment, there will be a console window. Use cd order to enter D : \ programs \ NTDDK \ src \ network \ NDIS \ packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the control can also compile directories under the driver Flooding testapp procedures and dynamic directory for testing drivers for the applications; that is to be
Platform: | Size: 22528 | Author: 陶钊 | Hits:

[Driver Developv1394

Description: 这是一个人精简的1394设备驱动程序,利用xpddk开发,可以在xp 2000平台下运行。实现单字节操作,块操作其,注册中断函数回调等,工程名为amc2102为项目名称,代码实例实际上是1394设备驱动程序-This is a streamlining of the 1394 device drivers, using xpddk development, the xp 2000 platforms. Single-byte operation, block its operation, suspended registration callback function, works entitled amc2102 name for the project, Example code is actually 1394 Device Driver
Platform: | Size: 761856 | Author: 何虎 | Hits:

[Driver DevelopDDK-for2000

Description: PCI硬件在Windows2000下的DDK源程序-PCI hardware in the Windows 2000 DDK source
Platform: | Size: 8192 | Author: | Hits:

[Driver DevelopWin2000WdmSrc

Description: 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\tan\hellow\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装” 在找到上述目录下的hellowdm.inf,在安装中指定hellowdm.sys的路径即可。 安装好后可在控制面板的“系统”中看到此设备。 文件说明: hellowdm.dsw 为主工作文件 testhello目录 为客户端程序-compiler need Windows 98 or Windows 2000 DDK DDK and VC 6 .0, SoftIce 4.0 (recommended) In addition, the compiler must change the path set by default when the e : \ tan \ hellow \ hellowdm, DDK, SoftIce also correct path. Series, launched Kongzhimianban the "add new hardware," choice "other equipment". Click on "from the installation disk" in the directory to find the hellowdm.inf. installation in the path designated hellowdm.sys can. Can be installed in the Control Panel "system" see this equipment. This document explains : hellowdm.dsw mainly working paper testhello directory for client
Platform: | Size: 16384 | Author: feige | Hits:

[Driver Develophellowdm

Description: 在Visual C++环境下编译/基于微软DDK工具包开发的一个WDM设备驱动程序范例,体现了WDM驱动编程的基本步骤和方法. 使用方法: 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\tan\hellow\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装” 在找到上述目录下的hellowdm.inf,在安装中指定hellowdm.sys的路径即可。 安装好后可在控制面板的“系统”中看到此设备。 文件说明: hellowdm.dsw 为主工作文件 testhello目录 为客户端程序 -In the Visual C++ Environment compiler/toolkit based on the Microsoft DDK to develop a WDM device driver example, embodies the WDM driver programming the basic steps and methods. Usage: compile-time need for Windows98 DDK or Windows 2000 DDK and VC 6.0, SoftIce 4.0 (recommended) In addition, the compiler must change the path settings, the default for e: anhellowhellowdm, DDK, SoftIce have the correct path. Made after the Control Panel to start the
Platform: | Size: 385024 | Author: 罗弘谞 | Hits:

[IME Developddkwingb

Description: 此文件为windows 2000 ddk中的区位输入法源码-This document is for windows 2000 ddk location in the input source
Platform: | Size: 570368 | Author: 不告诉你 | Hits:

[Driver DevelopTheWin2kDeviceDriverBookGuideForProgrammers2Ed

Description: This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification. This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components.
Platform: | Size: 1885184 | Author: vincente | Hits:

[Otherwin2000driver

Description: Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的。-Microsoft ?? Windows ?? 2000 Driver Development Kit (DDK) documentation overview gives you detailed information on Windows2000 platform for the preparation of any type of driver are necessary. This document also describes the Windows Driver Model (WDM) driver, the driver in the Windows2000 and Microsoft ?? Windows ?? 98 platform is between the source-level compatible.
Platform: | Size: 1156096 | Author: zhangfei | Hits:

[Windows Develop20080110ddd_49TIlwbQdWDWNP

Description: 最新的sfilter 源码 (ifs 2k3 sp1中取得) 我的使用的是ifs ddk for 2003,具体版本号为3790,但是我实际用来开发的两台机器有一台是windows 2000, 另一台是windows 2003.我尽量使我编译出来的驱动,可以在2000\xp\2003三种系统上都通过测试。 同时最新的测试表明,在Vista系统上,sfilter也可以正常的运行 -SFilter latest source (ifs 2k3 sp1 achieved) using my ifs ddk for 2003, the specific version number for 3790, but I actually used to develop the two machines is to have a windows 2000, another is windows 2003 . I will try my best and I compile the driver out, you can 2000 \ xp \ 2003 three systems have passed the test. At the same time, the latest test shows that the Vista system, sfilter can also run the normal
Platform: | Size: 78848 | Author: jiaochunqiang | Hits:

[Driver DevelopWindows2000DriverDev

Description: Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的-The Microsoft ® Windows ® 2000 Driver Development Kit (DDK) documentation overview gives you detailed information that the preparation of the Windows2000 platform for any type of driver procedures are necessary. This document also describes the Windows Driver Model (WDM) driver, these drivers in Windows2000 and Microsoft ® Windows ® 98 platform, source-level compatibility between the
Platform: | Size: 1520640 | Author: zh | Hits:

[Driver Developfilesys

Description: Windows系统文件过滤驱动源代码. 采用Windows 2000 DDK开发. 可修改文件Create, Open, Write, Read, Flush, Cleanup, Close例程. 参考此代码可实现文件加密,文件监控,版权保护等特殊文件操作. -Windows system file system filter driver source code. Using Windows 2000 DDK development. Can modify the file Create, Open, Write, Read, Flush, Cleanup, Close routine. Reference to the code for file encryption, file monitoring, copyright protection and other special file operations .
Platform: | Size: 175104 | Author: | Hits:

[Windows DevelopS20080110ddd_f

Description: 最新的sfilter 源码 (ifs 2k3 sp1中取得)我的使用的是ifs ddk for 2003,具体版本号为3790,但是我实际用来开发的两台机器有一台是windows 20000,另一台是windows 2003.我尽量使我编译出来的驱动,可以在2000\xp\2003三种系统上都通过测试。同时最新的测试表明,在Vista系统上,sfilter也可以正常的运行 -(Ifs 2k3 sp1 latest sfilter source made) I use ifs ddk for 2003, the specific version number for 3790, but I' m used to the actual development of the two machines, a windows 20000, the other is windows 2003. I try to make the driver I compiled in 2000 \ xp \ 2003 three systems are to pass the test. At the same time, the latest tests show that the Vista system, sfilter normally run
Platform: | Size: 78848 | Author: guhaih | Hits:

CodeBus www.codebus.net