獲取SSDT列表的程序源碼,部分代碼用DDK編譯開發
上傳時間: 2016-03-11
上傳用戶:songrui
能夠在windows 2000以上操作系統下隱藏特定的進程,在ifs DDK下編譯通過
上傳時間: 2013-12-24
上傳用戶:sz_hjbf
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.
標簽: explains intended Windows drivers
上傳時間: 2016-04-08
上傳用戶:dreamboy36
詳細講解驅動安裝文件(.Inf)的語法和總體框架,是DDK文檔中所缺少的總統框架(DDK講的很細節),不可多得的.Inf文件的文檔。推薦寫驅動的朋友可以參考。
上傳時間: 2013-12-18
上傳用戶:2525775
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.
標簽: driver function Windows bulkusb
上傳時間: 2016-04-25
上傳用戶:270189020
非常適合內嵌式mp3播放,例如控制臺!注意看壓縮包里readme.doc 詳細過程,在ARM及MIPS下通過 新建一個 wce application,選擇 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的頭文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其實編譯時的 object/library modules 只要看 sourse 文件包含哪個dll,或lib 就行
標簽: application windows readme simple
上傳時間: 2016-05-05
上傳用戶:ynsnjs
一個視頻采集驅動程序的源代碼,是DDK中wdm下的ksd結構,和上層的directshow相配合,目前市面上的電視卡,usb電視盒以及通用的視頻采集設備,采用的都是這種程序結構
上傳時間: 2013-12-26
上傳用戶:qiaoyue
一個通過程序來安裝設備驅動程序的源代碼,在編譯的時候必須安裝DDK,具有一定的參考價值
上傳時間: 2013-12-08
上傳用戶:cazjing
一個通過程序來卸載設備驅動程序的源代碼,在編譯的時候必須安裝DDK,具有一定的參考價值
上傳時間: 2016-05-13
上傳用戶:wangdean1101
一個通過程序來使設備工作或者停止的源代碼,在編譯的時候必須安裝DDK,具有一定的參考價值
上傳時間: 2013-12-02
上傳用戶:cjl42111