文件名称:wdk 中 umdf类型驱动示例代码
文件大小:26KB
文件格式:ZIP
更新时间:2016-01-05 02:41:10
wdk umdf
示例代码是编写umdf驱动,在wdk编译环境中编译后,复制\WinDDK\7600.16385.1\redist\wdf\x86下,WdfCoInstaller01009.dll,WdfCoInstaller01009_chk.dll,WUDFUpdate_01009.dll,WUDFUpdate_01009_chk.dll到inf文件目录, 用devcon.exe install UMDFSkeleton_Root.inf UMDFSamples\Skeleton安装。打开设备管理器,在示例设备中能看到一个umdf设备
【文件预览】:
umdfSkeleton
----device.h(2KB)
----comsup.cpp(6KB)
----UMDFSkeleton_Root.inx(2KB)
----Skeleton.rc(683B)
----makefile.inc(224B)
----driver.h(2KB)
----dllsup.cpp(4KB)
----Skeleton.htm(81KB)
----exports.def(204B)
----makefile(158B)
----driver.cpp(4KB)
----UMDFSkeleton_OSR.inx(3KB)
----internal.h(2KB)
----device.cpp(5KB)
----comsup.h(4KB)
----sources(1KB)