Welcome![Sign In][Sign Up]
Location:
Search - WDM-NDIS

Search list

[Driver DevelopXFILTER2

Description: XFILTER 2,防火墙整套代码及文档,上层应用及vxd、wdm驱动,NDIS驱动。对研究防火墙的同志极具有参考价值。编译成功,可直接作为产品使用。编译环境需DDK及VC。
Platform: | Size: 1229295 | Author: 三棱镜 | Hits:

[Driver DevelopWDM驱动程序入门――HelloWDM

Description: 虽然小,但给出了WDM编程的框架,算是给初学者指路吧-small, but WDM is a programming framework that is guiding it to beginners
Platform: | Size: 22528 | Author: 前程 | Hits:

[Driver DevelopWritingWindowsWDM_CD

Description: windows wdm 设备驱动开发指南(武安河)-windows wdm Device Driver Development Guide (WU River)
Platform: | Size: 3195904 | Author: 王国维 | Hits:

[Internet-Networkndiswdexxe

Description: 传说中的 ndiswdm 中间层过滤驱动源码 -Ndiswdm legendary middle layer filter driver source
Platform: | Size: 61440 | Author: 呵呵 | Hits:

[Driver DevelopDMASample

Description: WDM设备驱动程序开发(武安河)配套光盘实例源码。DMA编程实例。-WDM device driver development (Wu River) supporting CD-ROM source code examples. DMA programming examples.
Platform: | Size: 30720 | Author: linlin | Hits:

[Driver DevelopXFILTER2

Description: XFILTER 2,防火墙整套代码及文档,上层应用及vxd、wdm驱动,NDIS驱动。对研究防火墙的同志极具有参考价值。编译成功,可直接作为产品使用。编译环境需DDK及VC。-XFILTER 2, firewall package of code and documentation, the upper application and vxd, wdm drivers, NDIS driver. The study of highly comrades firewall reference value. Compile success can be directly used as the product. Environmental DDK compiler and VC.
Platform: | Size: 1228800 | Author: 三棱镜 | Hits:

[VC/MFCMSWDM

Description: Windows Driver Model(WDM)的根源可追溯到几年前一种叫做Windows for Workgroups 3.10的操作系统。那时候我们努力地支持无数不同的SCSI控制器,我长期地注意WindowsNT开发组创建的小端口驱动程序类型。不久就认识到重新构造必要的映象加载器(image loader)和小端口驱动程序需要的执行环境比把这些小端口驱动程序重写成某些VXD形式的驱动程序并调试完毕所花费的努力要少得多。 不幸的是,Windows from Workgroups 3.10已经停止发行带有SCSI小端口支持的版本,主要是由于象ASPI(高级SCSI编程接口)这样的外围问题。然而,跨Windows和windows NT操作系统共享同样的驱动程序执行映象的基础是适当的并且可以在win95中见到,它(win95)可以与NT共享SCSI和NDIS小端口驱动程序二进制代码。 共享驱动程序模式的潜在意义是重大的。驱动程序开发人员感兴趣的是支持双平台,共享驱动模式能降低开发和调试的一半开消。对微软来说,共享模式意味着更容易地从win9x迁移到Windows2000或这个平台的未来版本。对最终用户来说,大量不同种类的稳定驱动程序可以在这个家族中的所有成员之间通用。 -The next logical step, then, was to create a driver model with the ability to share general purpose drivers across both platforms. But what form should it take? Three requirements were immediately obvious: it must be multiprocessor-capable, it must be processor-independent, and it must support Plug and Play (PnP). Fortunately, the Windows NT 4.0 driver model met the first two requirements, and it seemed clear that the next major release of Windows NT would support PnP as well. As a result, WDM can be considered a proper subset of what is now the Windows NT driver model. The potential benefits of a shared driver model can be realized today for many classes of devices, and choosing the WDM driver model will continue to pay dividends in the future. For example, a correctly written WDM driver requires only a recompile before functioning in an NT 64-bit environment prototype. WDM will continue to evolve as new platforms and device classes are supported. Future versions of Windows 9x a
Platform: | Size: 7209984 | Author: 王明宏 | Hits:

[Firewall-Securityndisfirewall

Description: 用ndis开发的完整防火墙源代码 ndis 防火墙 wdm 驱动开发 中间层 -用ndis开发的完整防火墙源代码 ndis 防火墙 wdm 驱动开发 中间层
Platform: | Size: 84992 | Author: yang | Hits:

[Driver Developndis-wdm

Description: ndis wdm windows driver
Platform: | Size: 68608 | Author: caterpillard | Hits:

[OtherMicrosoftPWindowsPDriverPmodel

Description: Microsoft+Windows驱动程序模型设计,chm版的,重量小,学习驱动的利器。Windows Driver Model(WDM)的根源可追溯到几年前一种叫做Windows for Workgroups 3.10的操作系统。那时候我们努力地支持无数不同的SCSI控制器,我长期地注意WindowsNT开发组创建的小端口驱动程序类型。不久就认识到重新构造必要的映象加载器(image loader)和小端口驱动程序需要的执行环境比把这些小端口驱动程序重写成某些VXD形式的驱动程序并调试完毕所花费的努力要少得多。 不幸的是,Windows from Workgroups 3.10已经停止发行带有SCSI小端口支持的版本,主要是由于象ASPI(高级SCSI编程接口)这样的外围问题。然而,跨Windows和windows NT操作系统共享同样的驱动程序执行映象的基础是适当的并且可以在win95中见到,它(win95)可以与NT共享SCSI和NDIS小端口驱动程序二进制代码。 共享驱动程序模式的潜在意义是重大的。驱动程序开发人员感兴趣的是支持双平台,共享驱动模式能降低开发和调试的一半开消。对微软来说,共享模式意味着更容易地从win9x迁移到Windows2000或这个平台的未来版本。对最终用户来说,大量不同种类的稳定驱动程序可以在这个家族中的所有成员之间通用。-Microsoft Windows Drivers
Platform: | Size: 7209984 | Author: qq | Hits:

CodeBus www.codebus.net