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

Search list

[Driver DevelopWindows 2000驱动程序开发大全设计指南

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

[OS programQuickSYS

Description: QuickSYS是一个WDM驱动开发的辅助工具,可以快速的根据你的要求生成WDM驱动的框架,而且还提供了VC+DDK开发的集成解决方案。 这里有几个版本,是使用了不同的方案 QuickSYS_0.3.0 一个DSP包含多个操作系统的配置 QuickSYS_0.3.0.1 生成多个DSP版 QuickSYS_0.3.0.2 使用DDK的build来编译驱动,微软推荐的做法。 MyDDKBuild.bat VC IDE 调用 DDK 编译的核心bat -QuickSYS WDM is a development support tools The rapid response to your request Generation WDM framework but also provides a VC + DDK development of the integrated solution. There are several versions, is the use of a variety of options QuickSYS_0.3.0 DSP contains a number of operating system configuration Q uickSYS_0.3.0.1 generation DSP version number so that QuickSYS_0.3.0.2 used to build the DDK compiler - driven, Microsoft recommended practices. MyDDKBuild.bat VC IDE DDK compiler called the core bat
Platform: | Size: 254728 | 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: 1885898 | Author: vincente | Hits:

[File OperateFilemon

Description: Regmon consists of a device driver and a GUI. The driver was built with the Windows NT DDK Build environment and the GUI was compiled with Microsoft Visual C++ 5.0.
Platform: | Size: 640771 | Author: liuyun | Hits:

[Sniffer Package capturentpacket

Description: 微软提供的一个截获网络包的程序源码,要和DDK一起编译- Microsoft provides an interception network package of procedure source code, must translate together with DDK
Platform: | Size: 268288 | Author: 站长 | Hits:

[Driver DevelopWindows 2000驱动程序开发大全设计指南

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

[OS programQuickSYS

Description: QuickSYS是一个WDM驱动开发的辅助工具,可以快速的根据你的要求生成WDM驱动的框架,而且还提供了VC+DDK开发的集成解决方案。 这里有几个版本,是使用了不同的方案 QuickSYS_0.3.0 一个DSP包含多个操作系统的配置 QuickSYS_0.3.0.1 生成多个DSP版 QuickSYS_0.3.0.2 使用DDK的build来编译驱动,微软推荐的做法。 MyDDKBuild.bat VC IDE 调用 DDK 编译的核心bat -QuickSYS WDM is a development support tools The rapid response to your request Generation WDM framework but also provides a VC+ DDK development of the integrated solution. There are several versions, is the use of a variety of options QuickSYS_0.3.0 DSP contains a number of operating system configuration Q uickSYS_0.3.0.1 generation DSP version number so that QuickSYS_0.3.0.2 used to build the DDK compiler- driven, Microsoft recommended practices. MyDDKBuild.bat VC IDE DDK compiler called the core bat
Platform: | Size: 253952 | Author: blworld | Hits:

[Driver Developusbview

Description: 微软DDK关于USB驱动编程的重要工具USBVIEW的源代码,通过该工具可以查看系统设备管理器中所有USB设备的信息,对于利用DDK编写USB驱动程序非常有帮助.-Microsoft DDK programming on the USB drive an important tool USBVIEW source code through the tool can view the system Device Manager for all USB devices, using DDK for USB driver prepared very helpful.
Platform: | Size: 51200 | Author: 罗弘谞 | Hits:

[Driver Developbulkusb

Description: 微软DDK中关于WDM驱动程序模型中USB设备驱动程序的例子,实现了BULK通道的数据传输,对于利用DDK编写USB驱动程序的朋友是个很好的参考.-Microsoft DDK on the WDM driver model USB device driver examples realize the BULK-channel data transmission, using DDK for USB driver for the preparation of a friend is a good reference.
Platform: | Size: 44032 | Author: 罗弘谞 | 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:

[Sniffer Package capturexpassthru

Description: 给予NDIS的网络数据包捕获分析程序,程序虽然长但是结构十分清晰,对于驱动程序的初学者很有帮助,此源文件是对微软DDK自带的passthru程序的完善个部分修改-Given NDIS packet capture of network data analysis program, the program although the structure of a long but very clear, the driver very helpful for beginners, this source file is DDK Microsoft s own passthru process modifications to improve parts
Platform: | Size: 77824 | 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:

[File OperateFilemon

Description: Regmon consists of a device driver and a GUI. The driver was built with the Windows NT DDK Build environment and the GUI was compiled with Microsoft Visual C++ 5.0.
Platform: | Size: 640000 | Author: liuyun | 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:

[Driver DevelopCoding_Windows_Drivers

Description: The book represents the systematised introduction in programming of drivers Windows 2000/XP/Server 2003 and Windows 98/Me with use Microsoft Windows DDK.
Platform: | Size: 1074176 | Author: sxd | Hits:

[Communicationblaster

Description: 用WIN DDK开发的红外通信程序,可以接收数据,发送数据还待完善。使用微软自带的红外协议栈,目前这个协议栈只支持OBEX协议-WIN DDK development using infrared communication program, you can receive data, send data to be perfect. The use of Microsoft' s built-in infrared protocol stack, the protocol stack is currently only supports the OBEX protocol
Platform: | Size: 40960 | Author: hherty | Hits:

[Otherwinio

Description: 可用于实现键盘记录。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.com/ddk免费下载。从你的电子邮件来看,你是教育网的用户,那么你可以从教育网的一些FTP站点(如北大图书馆)下载到Win95/98/NT的DDK,我们下面提到的一些软件也可以找到。Win95 DDK主要是采用汇编的。如果你对汇编不熟悉,当然是使用VToolsD(http://www.vireo.com/)更好些,这个软件包允许你使用C/C++编写驱动,但软件包比较贵(约四、五百美金)。另外,你可以在http://zealsoft.nease.net/cn/ntport/或http://zealsoft.nease.net/cn/memaccess/找到与硬件有关的软件,这些软件允许你不编写驱动,直接在VC中调用驱动,如果你的编程不复杂,也可以使用。 -Port operations do not need to write drivers in Win95/98 can be used directly to compile the In/Out commands. VC also provides _inp/_outp such a function (QA001059 outportb, inportb the corresponding function). However, under NT, can not use the In/Out commands, reference QA001296 how to use VB6 to write WindowsNT/2000 hardware under the control of IO. If you use a hardware interrupt on the need to write drivers, the standard approach is the use of Microsoft DDK. Win98 and WinNT 4.0/5.0 the DDK can be downloaded free of charge from the http://www.microsoft.com/ddk. E-mail from your point of view, you are a user of the Education Network, you can network some education FTP site (such as the Beijing University Library) Win95/98/NT download the DDK, below some of our software can also be found . Win95 DDK compiled mainly used. If you are not familiar with the compilation, of course, is the use of VToolsD (http://www.vireo.com/) better, this package allows you to use C/C+
Platform: | Size: 202752 | Author: | Hits:

[Windows Developpdbexp_v1.11.223_src

Description: PDB Explorer 是一个能够查看微软 pdb 文件(Program DataBase ,程序数据库)的工具,它能够将 pdb 文件中的 struct 、union 及 enum 类型的定义以 C/C++ 的语法显示出来,特别适合 Windows 底层研究人员及 DDK 程序员使用。 作者:李马-PDB Explorer is a tool that can check the Program DataBase of MS
Platform: | Size: 46080 | Author: 王小鱼 | Hits:

[Driver DevelopSMARTSML

Description: 读取硬盘S.M.A.R.T信息的damo,包含源码,编译需要微软DDK支持。-The damo read the hard drive SMART information, contains the source code, the compiler requires Microsoft DDK support.
Platform: | Size: 997376 | Author: 于沛 | Hits:

[Windows DevelopGxpaassthrrui

Description: 给予NDIS的网络数据包捕获分析程序源码,程序源码虽然长但是结构十分清晰,对于驱动driver程序源码码的初学入门者非常有帮助,此源文件是对微软DDK自带的passthru程序源码的完善个部分修 可直接使用。 -NDIS network to packet capture analysis of program source code, program source long but the structure is very clear and very helpful for the novice beginner driver driver program source code, this source file that comes with the Microsoft DDK the passthru program source improve part of the repair can be used directly.
Platform: | Size: 71680 | Author: ywhfdl | Hits:
« 12 »

CodeBus www.codebus.net