Welcome![Sign In][Sign Up]
Location:
Search - Windows Driver Foundation

Search list

[Web ServerWindowsCEDeviceDriver

Description: 在此以串口驱动程序中初始化过程为线索简单讲一讲WindowsCE下驱动程序开发基础-this in the serial driver for initialization process as simple as talking about the clues driver under Windows CE Sequence development foundation
Platform: | Size: 203557 | Author: Robert | Hits:

[Com PortWindowsCEDeviceDriver

Description: 在此以串口驱动程序中初始化过程为线索简单讲一讲WindowsCE下驱动程序开发基础-this in the serial driver for initialization process as simple as talking about the clues driver under Windows CE Sequence development foundation
Platform: | Size: 203776 | Author: | Hits:

[Program docWindowsCEqudong

Description: Windows CE下驱动程序开发基础,   Windows CE下的串口驱动程序能够处理所有I/O行为类似串口的设备,包括基于16450、16550 UART(通用异步收发芯片)的设备和一些采用DMA的设备,常见的有9针串口、红外I/O口、Modem等-Windows CE Driver Development under the foundation, Windows CE under the serial driver to handle all I/O behavior similar to serial devices, including those based on 16450,16550 UART (Universal Asynchronous Receiver-chip) devices and some of the equipment used DMA common 9-pin serial port, infrared I/O port, Modem, etc.
Platform: | Size: 5120 | Author: lentil | Hits:

[File FormatWindowsCEdriverdevelopmentbase

Description: windows ce 驱动程序开发基础-windows ce driver development foundation
Platform: | Size: 9216 | Author: 周东明 | Hits:

[USB developWindowsCE.NET_USB

Description: 20060605--Windows嵌入式开发系列课程(3):WindowsCE.NET USB驱动开发基础.pdf-20060605- Windows Embedded Development Series courses (3): WindowsCE.NET USB driver development foundation. Pdf
Platform: | Size: 691200 | Author: 山哥 | Hits:

[Driver DevelopDevelopingDriverswiththeWindowsDriverFoundation.ra

Description: Microsoft最新驱动架构WDF教材《Developing Drivers with the Windows Driver Foundation》,官网下载,为方便阅读,转换成了pdf.-Microsoft latest materials WDF Driver Architecture Developing Drivers with the Windows Driver Foundation , official website to download, to facilitate the reading, converted into pdf.
Platform: | Size: 4472832 | Author: | Hits:

[Driver DevelopWindowsbaseteach

Description: windows驱动基础编程,从最简单的驱动入口函数开始讲,很精炼,又很容易学会驱动开发!-windows driver foundation for programming, from the simplest function of the beginning of the entrance drive, the very refined, very easy to learn to drive the development!
Platform: | Size: 70656 | Author: long | Hits:

[VC/MFCdeveloping-drivers-with-the-windows-driver-founda

Description: A nice book for developing the drivers with the windows driver foundation
Platform: | Size: 6792192 | Author: rishi | Hits:

[VC/MFCMicrosoft.Press.Developing.Drivers.with.the.Window

Description: 使用WDF开发windows驱动程序 Microsoft.Press.Developing.Drivers.with.the.Windows.Driver.Foundation.Apr.2007-Microsoft.Press.Developing.Drivers.with.the.Windows.Driver.Foundation.Apr.2007.rar
Platform: | Size: 6792192 | Author: lidongguo | Hits:

[Driver DevelopDriver-designe-foundation

Description: 是一本关于windows下驱动开发的书籍,也是驱动程序的基础书,很不错的。适合初接触驱动开发的人。-this is a book about windows driver developement
Platform: | Size: 1859584 | Author: sunjian | Hits:

[Driver DevelopDeveloping_Drivers_with_the_Microsoft_Windows_Driv

Description: Developing Drivers with the Microsoft Windows Driver Foundation,microsoft mdk驱动开发官方指导教程,chm版,-Developing Drivers with the Microsoft Windows Driver Foundation
Platform: | Size: 6792192 | Author: soso | Hits:

[Driver Developwdf-arch

Description: Microsoft Windows驱动基础架构(WDF)的说明文档-This paper provides information about the Windows Driver Foundation (WDF)
Platform: | Size: 216064 | Author: Ybemf Chen | Hits:

[Driver DevelopUMDF-samp

Description: This paper provides information about the sample drivers that are supplied with the user-mode driver framework (UMDF), which is a component of the Windows Driver Foundation (WDF) for the Microsoft Windows family of operating systems. It steps through the Skeleton sample driver and explains the structure of a UMDF driver. The paper also provides guidelines for using the Skeleton sample as a basis for user-mode driver development.
Platform: | Size: 81920 | Author: McBit | Hits:

[Driver Developumdf-arch

Description: The Windows Driver Foundation (WDF) includes frameworks to support the development of both user-mode and kernel-mode drivers. The user-mode driver framework (UMDF) enables drivers for some types of devices to run in user mode instead of kernel mode. This paper describes the architecture of the user-mode driver framework and explains how drivers interact with the framework to service their devices.
Platform: | Size: 151552 | Author: McBit | Hits:

[USB developUSB_WDF

Description: A primary design goal for Windows Driver Foundation (WDF) was to make the driver models easy to extend to support new types of hardware. The first specialized input/output (I/O) targets in both User-Mode Driver Framework (UMDF) and Kernel-Mode Driver Framework (KMDF) are hardware-specific and support Universal Serial Bus (USB) devices. You can use the USB I/O targets to write a fully functional Windows driver for a USB device that uses the Windows USB device stack. This paper provides information about writing UMDF and KMDF drivers for USB devices. It assumes that you are familiar with the WDF driver model.
Platform: | Size: 94208 | Author: McBit | Hits:

[Driver DevelopWDKDocs_12112009_new

Description: WDK視窗 Windows 7 驅動開發, 包括 WDF, UMDF, KMDF-Windows Driver Foundation. This document covers technical aspects on how to write drivers for Windows 7. This includes WDK, WDF, UMDF, KMDF.
Platform: | Size: 58842112 | Author: todd | Hits:

[Software EngineeringUSB-driver-development

Description: USB驱动程序开发,Windows NT设备驱动程序开发基础,Win32设备驱动程序体系结构,开发环境安装,实例演示。-USB driver development, the Windows NT device driver development foundation, Win32 device driver architecture, development environment installed demo instance.
Platform: | Size: 1827840 | Author: 熊枫 | Hits:

[OtherUSB

Description: USB驱动程序开发,USB常识,Windows NT设备驱动程序开发基础,Win32设备驱动程序的体系结构等-USB driver development, USB common sense, Windows NT device driver development foundation, Win32 device driver architecture
Platform: | Size: 1827840 | Author: 孔祥朋 | Hits:

[Other03-WindowsDriverFoundation

Description: Windows Driver Foundation introduction
Platform: | Size: 63488 | Author: 茂军 | Hits:

[Windows Developsfilter

Description: sfilter框架,可以对照此框架很好地了解windows文件过滤驱动的流程,为自己以后编写驱动开发打下很好地基础。(You can compare this framework, a good understanding of the windows file filter driver flow, for their future writing, driver development to lay a good foundation.)
Platform: | Size: 114688 | Author: xbingo | Hits:

CodeBus www.codebus.net