Welcome![Sign In][Sign Up]
Location:
Search - wmi wdm

Search list

[Driver DevelopWMISample

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

[USB developbulkusb

Description: usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
Platform: | Size: 56118 | Author: James | Hits:

[Other resource2007122731250712

Description: 本书主要介绍DriverStudio开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还USB接口和PCI接口设备驱动程序WDM的开发。   
Platform: | Size: 53768331 | Author: dingdang | Hits:

[Windows DevelopWdm

Description: 本实验利用 WDM 驱动程序模型,将4 个字节的内存空间作为一个设备,安装在主机。 测试程序试图访问该设备,并对它进行存取。本实验按照 WDM 驱动程序模型编写,并获 得 makefile、source、wmi.mof等文件,在 WinXP Checked Build Enviroment 下进行编译。然 后利用测试文件对其进行测试
Platform: | Size: 78428 | Author: Kurt | Hits:

[DocumentsWindows 2000XP WDM设备驱动程序开发

Description: 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。
Platform: | Size: 35526025 | Author: cas_ie | Hits:

[Driver DevelopWMISample

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

[Driver DevelopWDM_WMISample

Description: 糸统管理WMI驱动源码,完整的源代码,可以直接使用!注意,我所上载的源码为了减少文件大小,都去除了ClassInfo恋恋文件的,但是,还是可以用VC打开文件目录结构!-service could drive WMI management source, the integrity of the source code, can be used directly! Note that I have uploaded the source code in order to reduce file size, in addition to ClassInfo cast of the document, but can still open the file with VC directory structure!
Platform: | Size: 95232 | Author: 李平 | Hits:

[USB developbulkusb

Description: usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip. -usb bulk transfer routines.* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).* Supports Plug and Play (PnP), Power Management (PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.* This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations.* The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
Platform: | Size: 56320 | Author: James | Hits:

[Other2007122731250712

Description: 本书主要介绍DriverStudio开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还USB接口和PCI接口设备驱动程序WDM的开发。    -This book introduces the development tools DriverStudio development under Windows 2000/XP Device Driver WDM Principle and programming methods. The book details the basic procedures for WDM framework and programming, IRP s basic concepts and programming, WDM and applications between the communications, plug-and-play, power management, WMI programming, IRP serial treatment, filtration Driver, WDM access hardware devices, hardware interrupt handling, DMA operation to achieve programming technology, as well as a large number of basic programming techniques, but also USB interface and PCI interface WDM device driver development.
Platform: | Size: 53768192 | Author: dingdang | Hits:

[Windows DevelopWdm

Description: 本实验利用 WDM 驱动程序模型,将4 个字节的内存空间作为一个设备,安装在主机。 测试程序试图访问该设备,并对它进行存取。本实验按照 WDM 驱动程序模型编写,并获 得 makefile、source、wmi.mof等文件,在 WinXP Checked Build Enviroment 下进行编译。然 后利用测试文件对其进行测试-Experimental use of the WDM driver model, the four bytes of memory space as a device, installed in the host. Test program attempts to access the equipment, and access to it. This experiment in accordance with the WDM driver model for writing, and makefile, source, wmi.mof and other documents, in WinXP Checked Build Enviroment compiled under. And then using the test paper to test
Platform: | Size: 77824 | Author: Kurt | Hits:

[Driver DevelopWindows_2000_XP_WDM_Driver_Development

Description: 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本技术性较强的工具书。本书的适用对象是具有一定计算机硬件及C++语言基础的计算机应用开发人员,是计算机应用开发人员和高等院校学生的实用参考书。 -This book introduces the development tools developed by DriverStudio 3.1 under Windows 2000/XP WDM Device Driver principles and programming. WDM book details the basic procedural framework and programming, IRP and the basic concepts of programming, WDM, and the communication between applications, plug and play, power management, WMI programming techniques, IRP serial processing, the filter driver , WDM access to the hardware equipment to handle hardware interrupts, DMA operation of achieving the programming technology, and a lot of basic programming techniques, as well as PCI interface, USB interface and WDM device driver development. Book with 20 examples of typical programming, easy to readers to learn and master. This book is a highly technical tool. The book is targeted with a certain computer hardware and C-based computer application developer, a computer application developers and university students practical reference book.
Platform: | Size: 35525632 | Author: lijianli | Hits:

CodeBus www.codebus.net