<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[驱动程序开发网技术社区]]></title>
 <link><![CDATA[http://bbs.driverdevelop.com]]></link>
 <description><![CDATA[Latest 20 article of all forums]]></description>
 <copyright><![CDATA[Copyright(C) 驱动程序开发网技术社区]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 05 Jul 2009 03:39:54 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://bbs.driverdevelop.com]]></link>
 <description><![CDATA[驱动程序开发网技术社区]]></description>
  </image>
<item>
 <title><![CDATA[有哪位朋友知道驱动中把键盘扫描码转换成虚拟码的函数？]]></title>
 <description><![CDATA[Ring3下面可以用MapVirtualKeyEx，驱动里面怎么办啊？
我总不能把127个键列个表，然后对应吧？]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117436]]></link>
 <author><![CDATA[Tr0j4n]]></author>
 <category><![CDATA[c/c++入门(含vc使用)]]></category>
 <pubdate><![CDATA[Sun, 05 Jul 2009 03:10:50 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[DeakingMart现货液晶屏(2009-7-3)]]></title>
 <description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2009-6-29至2009-7-3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117435]]></link>
 <author><![CDATA[jwuyihong]]></author>
 <category><![CDATA[驱动开发网在线商城]]></category>
 <pubdate><![CDATA[Sat, 04 Jul 2009 09:42:31 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[&quot;error LNK2019: unresolved external symbol _HookZwCreateProcess &quot;如何解决？谢谢！]]></title>
 <description><![CDATA[HookZwCreateProcess例程的实现放在了Process.c中，
形式如下：
VOID NTAPI HookZwCreateProcess()
{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 。。。。
}
HookZwCreateProcess例程的声明放在了Process.h中，
形式如下：
VOID NTAPI HookZwCreateProcess();

而真正的调用，放在了Main.c中，
形式如下：
NTSTATUS
DeviceCon ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117434]]></link>
 <author><![CDATA[taianmonkey]]></author>
 <category><![CDATA[文件系统(过滤)驱动程序开发]]></category>
 <pubdate><![CDATA[Fri, 03 Jul 2009 14:36:09 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[linux 下 CY7C68013 的 slavefifo&nbsp;&nbsp;驱动]]></title>
 <description><![CDATA[在 linux 下 自己编写 68013 驱动
1：在驱动程序调试中发现 写函数 成功执行了，68013 也 收到了数据，但是相应的硬件并不出现 68013 slavefifo 模式下应该出现的结果。
2：但是 68013 slavefifo 模式下的固件程序在windows下测试结合相应的windows驱动程序测试通过了，相应的硬件程序出现了相应的结果。

现在不知道应该 ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117433]]></link>
 <author><![CDATA[pkzhu]]></author>
 <category><![CDATA[LINUX&UNIX核心开发]]></category>
 <pubdate><![CDATA[Fri, 03 Jul 2009 14:08:19 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[Cy7c68013中文资料]]></title>
 <description><![CDATA[[attachment=20090] cy7c68013中文译文资料，我也是在网上下的。如果对你有帮助的话帮我点一下吧[url=http://www.130132.cn/0_12_301698.aspx]http://www.130132.cn/0_12_301698.aspx[/url]]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117432]]></link>
 <author><![CDATA[fliky]]></author>
 <category><![CDATA[USB驱动开发]]></category>
 <pubdate><![CDATA[Fri, 03 Jul 2009 11:35:47 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[请教大家各种格式超大文件加密]]></title>
 <description><![CDATA[请教大家 应用过滤驱动 对于支持多种格式 超大文件（20G）的加解密有没有什么好的办法

使用流加解密根本就没法处理 直接从Buffer中读出的数据还没操作 系统就崩了 缓冲不足 

哪位大侠知道请指教 分没问题]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117431]]></link>
 <author><![CDATA[shar123]]></author>
 <category><![CDATA[文件系统(过滤)驱动程序开发]]></category>
 <pubdate><![CDATA[Fri, 03 Jul 2009 10:38:16 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[&quot;error LNK2019: unresolved external symbol _HookZwCreateProcess@0 &quot;如何解决？谢谢！]]></title>
 <description><![CDATA[HookZwCreateProcess例程的实现放在了Process.c中，
形式如下：
VOID NTAPI HookZwCreateProcess()
{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 。。。。
}
HookZwCreateProcess例程的声明放在了Process.h中，
形式如下：
VOID NTAPI HookZwCreateProcess();

而真正的调用，放在了Main.c中，
形式如下：
NTSTATUS
DeviceCon ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117430]]></link>
 <author><![CDATA[taianmonkey]]></author>
 <category><![CDATA[ABC初学者]]></category>
 <pubdate><![CDATA[Fri, 03 Jul 2009 09:59:16 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[文件系统过滤驱动在读配置文件（某一盘下的某一目录）时，LoadRules就失败了，该怎么解决呢？]]></title>
 <description><![CDATA[文件系统过滤驱动在读配置文件（&nbsp;&nbsp;&nbsp;&nbsp;Length = StandardInfo.EndOfFile.LowPart;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (Length % sizeof(RULE) != 4)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;S ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117429]]></link>
 <author><![CDATA[myfll]]></author>
 <category><![CDATA[文件系统(过滤)驱动程序开发]]></category>
 <pubdate><![CDATA[Fri, 03 Jul 2009 08:33:53 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[who can help me finish this minifilter]]></title>
 <description><![CDATA[who can help me finish this minifilter
mail [url=mailto:448241451@163.com]448241451@163.com[/url]
]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117428]]></link>
 <author><![CDATA[piao12]]></author>
 <category><![CDATA[文件系统(过滤)驱动程序开发]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 12:34:53 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[跪地求答案，createfile打开USB读写的问题]]></title>
 <description><![CDATA[公司有一设备，是一种USB TO MIDI 的适配器，一端通过USB接PC,不需要外加驱动，电脑不能认出来。（我也不知道是HID，还是什么）
没有任何的资料，更别说驱动的资料了。

我就用以下的方法来找到它。
GUID myguid={0xA5DCBF10L,0x6530,0x11D2,{0x90,0x1F,0x00,0xC0,0x4F,0xB9,0x51,0xED}};
hDevInfo=SetupDiGetClassDevs(p ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117427]]></link>
 <author><![CDATA[dos2004]]></author>
 <category><![CDATA[USB驱动开发]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 08:48:01 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[vc2008 程序创建快捷方式 问题]]></title>
 <description><![CDATA[各位高手指点下。。

IShellLink *ps1;
&nbsp;&nbsp;&nbsp;&nbsp;if(SUCCEEDED(CoCreateInstance(CLSID_ShellLink,NULL,
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLSCTX_INPROC_SERVER,IID_IShellLink,(LPVOID*)&amp;ps1)))
&nbsp;&nbsp;&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IPersi ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117426]]></link>
 <author><![CDATA[ciweijsf]]></author>
 <category><![CDATA[c/c++入门(含vc使用)]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 07:56:34 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[ohci专家请进！ohci port enable不成功]]></title>
 <description><![CDATA[有做过ohci的HC驱动的大虾吗? 
ohci的HC驱动为什么port总是enable 失败？ 
电源与设备连都OK。]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117425]]></link>
 <author><![CDATA[banqhu]]></author>
 <category><![CDATA[USB驱动开发]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 07:31:11 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[准菜鸟，请教问题。。。。。]]></title>
 <description><![CDATA[请问前辈，小弟的代码怎么不能启动驱动呢？
望指导。。。。

#include &lt;ndis.h&gt;
#include &lt;ntddndis.h&gt;
#include &lt;wdm.h&gt;

#define MP_NDIS_MAJOR_VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5
#define MP_NDIS_MINOR_VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0

typedef struct _MP_GLOBAL_DA ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117424]]></link>
 <author><![CDATA[Luwei_8508]]></author>
 <category><![CDATA[ABC初学者]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 07:03:46 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[请问:听说用vc6.0+ winxp ddk 就能开发驱动，但为什么要装driverstudio,它的作用是什么啊?]]></title>
 <description><![CDATA[能否只装vc6.0 + driverstudio. 开发，而不去装ddk啊?]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117423]]></link>
 <author><![CDATA[chanchanyuan]]></author>
 <category><![CDATA[开发工具使用]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 04:04:12 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[【新人求助】硬件驱动在不同机器上的表现不一致如何判断原因？]]></title>
 <description><![CDATA[如题：

&nbsp;&nbsp;&nbsp;&nbsp; 开发了一个驱动，在开发的机器上表现良好，装到其他机器上就发现有各种各样的问题，请问各位高手有什么思路来确定问题所在。

谢谢！]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117422]]></link>
 <author><![CDATA[big2006]]></author>
 <category><![CDATA[ABC初学者]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 03:04:39 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[苏州某外资企业招聘Linux Device Driver team leader&nbsp;&nbsp;&nbsp;&nbsp;工作地点:上海]]></title>
 <description><![CDATA[苏州某外资企业招聘Linux Device Driver team leader&nbsp;&nbsp;&nbsp;&nbsp; [url]www.dextrys.com[/url]

Dextrys 2001年成立于美国硅谷，2003年登陆中国苏州，经过6年的快速发展，Dextrys已在上海，北京，大连，以及香港等开设研发中心，目前已经成为具有700多名技术研发人员，200多名IT专业顾问组成的，中国地区最大 ..]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117421]]></link>
 <author><![CDATA[kulali]]></author>
 <category><![CDATA[LINUX&UNIX核心开发]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 02:55:04 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[请问: 驱动开发是采用ifsddk, 还是driverstuio啊?　有什么区别啊?]]></title>
 <description><![CDATA[驱动开发是采用ifsddk, 还是driverstuio啊?　有什么区别啊?]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117420]]></link>
 <author><![CDATA[chanchanyuan]]></author>
 <category><![CDATA[文件系统(过滤)驱动程序开发]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 02:37:32 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[关于if (!(Irp-&gt;Flags &amp; (IRP_NOCACHE | IRP_PAGING_IO | IRP_SYNCHRONOUS_PAGING_IO)))的判断]]></title>
 <description><![CDATA[我在SfWrite中加入if (!(Irp-&gt;Flags &amp; (IRP_NOCACHE | IRP_PAGING_IO | IRP_SYNCHRONOUS_PAGING_IO)))判断，每次保存文件时就进入这个判断语句，所以文件就不能正常加解密，去掉上面的判断就没问题，是怎么回事》？]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117419]]></link>
 <author><![CDATA[zt698]]></author>
 <category><![CDATA[文件系统(过滤)驱动程序开发]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 02:05:08 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[如何使程序无法被任务管理器关闭？]]></title>
 <description><![CDATA[RT...
看到很多killme的例子 不知怎么写的
像冰刃狙剑之类的阻止关闭。。
最好能提供给我c++源码！
还有：拦截TerrminateProcess OpenProcess SendMessage的WM_CLOSE 
拦截关机、重启
就这些
[s:311]]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117418]]></link>
 <author><![CDATA[nsnowind]]></author>
 <category><![CDATA[反流氓、反木马和rootkit]]></category>
 <pubdate><![CDATA[Thu, 02 Jul 2009 01:46:01 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[LENDIAN和MDINV这两个端口是不是都要接高电平？]]></title>
 <description><![CDATA[在链路层芯片TSB12LV32与DSP2407连接时，LENDIAN和MDINV这两个端口是不是都要接高电平？链路层的MA[0:6]和DSP的A[6:0]相连，MD[0:15]个DSP的D[15:0]相连这样交换顺序连接，是不是就要把LENDIAN和MDINV都接高电平？]]></description>
 <link><![CDATA[http://bbs.driverdevelop.com/read.php?tid=117417]]></link>
 <author><![CDATA[gxgaysun]]></author>
 <category><![CDATA[(IEEE1394)FireWire]]></category>
 <pubdate><![CDATA[Wed, 01 Jul 2009 11:21:13 +0000]]></pubdate>
</item>
</channel></rss>