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

Search list

[Driver DevelopProgramming WDM(source code)

Description: Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Information。The companion disc for Programming the Microsoft Windows Driver Model contains more than 20 sample drivers and test programs to illustrate the topics covered by the book.-Programming the Microsoft Windows Driver Model Copyright copy 1999 by Walter Oney General Information. The companion disc for Programming the Microsoft Windows Driver Model contains more than 20 sample drivers and test programs to illustrate the topics covered by the book.
Platform: | Size: 2994176 | Author: 郑卓超 | Hits:

[Driver DevelopUSBCounter

Description: windows2000下WDM设备驱动程序开发USB驱动-windows2000 under WDM device driver development USB drive
Platform: | Size: 1103872 | Author: li | Hits:

[Driver DevelopWDMRegSample

Description: WDM设备驱动程序开发RegSample-WDM device driver development RegSample
Platform: | Size: 2172928 | Author: li | Hits:

[Windows DevelopDisk format

Description: 磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方面,它要求编程尽量简单,不要涉及中断、端口读写、物理扇区存取、VXD、WDM驱动程序等复杂细节,只要能实现格式化即可,代码越简单越好,最好是只调用一个函数即可实现。-Source code of format disk.
Platform: | Size: 27648 | 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:

[Driver Developwin2000-src

Description: 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 about WDM driver.A green WDM learner can understand the driver struct by studying this example.
Platform: | Size: 24576 | Author: 杨阳 | Hits:

[Driver DevelopWMISample

Description: WMI驱动实例,可参看windows2000/xp WDM设备驱动程序开发-WMI driver sample,referring windows2000/xp WDM dirver program development.
Platform: | Size: 7098368 | Author: 尚一 | Hits:

[Driver Developac97

Description: wdm驱动程序-ac97的驱动以及驱动测试程序-wdm draver-ac97 s driver and its test program.
Platform: | Size: 157696 | Author: chy | Hits:

[Booksw2k_device_driver_book

Description: 这是一本介绍WIN2000环境下用WDM进行板卡驱动程序的编写书籍,对WDM相关环境、驱动程序编写有详细的介绍-This is an environment on Windows 2000 with WDM drivers for the card in the preparation of books, WDM related to the environment, drivers preparation is described in detail
Platform: | Size: 229376 | Author: 刘梅英 | Hits:

[Driver Develop2004-10-12_windows 2000驱动程序开发大全

Description: 本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的。-This document also describes the Windows Driver Model (WDM) driver, the driver in Windows 98 and Windows platform Microsoftreg between source-compatible.
Platform: | Size: 1520640 | Author: 冯宏志 | Hits:

[Driver Developvirtual device driver

Description: < windows WDM 设备驱动程序>>一书附带光盘的例子,对于初学WDM驱动程序理解驱动程序框架有帮助.-lt; Lt; Windows WDM device drivers gt; Gt; A book with CD-ROM attached example, when a WDM driver framework of understanding helped.
Platform: | Size: 19456 | Author: tom | Hits:

[Driver DevelopCharFilter_Class

Description: CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。 该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileObject()->FsContext中。 -CharFilter_Class CharFilter example of the perfect examples. In CharFilter example, we define four global variables, which does not conform to the WDM driver, which limits the IRP, can be used, we should use local variables. The examples READ_COMPLETION_INFO definition of a structure, when DeviceControl call, on the allocation of a target structure, parameter setting after the end of this structure on the address pointer on the object I. FileObject ()- gt; FsContext China.
Platform: | Size: 3095552 | Author: 秦生 | Hits:

[Driver DevelopEditDisk

Description: windows下磁盘编辑代码。包含9x/2000的VXD以及WDM驱动源代码。-edit code. 9x includes WDM and the VXD driver source code.
Platform: | Size: 59392 | Author: 李先生 | Hits:

[Driver DevelopWritingWindowsWDM_CD

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

[VC/MFCMSWDM

Description: 从 Programming the Windows Driver Modal 这本书翻译过来,详细讲述了WDM的原理, 还附有例子程序,是进行WDM开发不可多得的好帮手-Programming from the Windows Driver Modal this book translated, a detailed account of the principle of WDM, with examples of procedures, the development of WDM is for a very good helper
Platform: | Size: 7209984 | Author: chenrico | Hits:

[Driver Develop驱动和上层软件cevent通讯

Description: window开发wdm驱动部分和上层软件之间通讯通过cevent事件的例子。-development wdm drivers window and the upper part of the software through communication between the cases cevent son.
Platform: | Size: 40960 | Author: 张连成 | Hits:

[Driver Developpci 卡DMA驱动程序

Description: 这个源码是pci卡,在windows环境下wdm驱动程序的实现。-this source is pci cards, in the windows environment wdm drivers realized.
Platform: | Size: 68608 | Author: | Hits:

[Windows Develophellowdm

Description: wdm的hello world程序,对你的入门有帮助 -wdm the procedures hello world, and for your help entry
Platform: | Size: 16384 | Author: 陈万通 | Hits:

[Windows Developisoc1394

Description: 1394的wdm驱动程序,对你开发非常有帮助-1394 wdm drivers, you have been very helpful in the development of
Platform: | Size: 37888 | Author: 陈万通 | Hits:

[Windows Developsimple1394

Description: wdm中1394的过滤程序 对你开发非常有帮助-wdm which 1,394 filtration procedures you develop very helpful
Platform: | Size: 22528 | Author: 陈万通 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 49 »

CodeBus www.codebus.net