<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/pknife" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/pknife" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 07 Jan 2011 02:15:00 GMT</lastBuildDate><title>小李匪盗的专栏</title><description>好好学习，天天向上</description><link>http://blog.csdn.net/blogrss.aspx?username=pknife</link><item><title>从Windows Mobile转Android了</title><link>http://blog.csdn.net/pknife/archive/2011/01/07/6121902.aspx</link><description>&lt;br /&gt;Windows Mobile的没落是无可争议的现实了，Android是另一个选择。&lt;br /&gt;&lt;br /&gt;另外，因为床上等你(csdn)介于装A和装C之间的霸道做法，博客挪到这里了。&lt;img src=&quot;http://www1.feedsky.com/t1/460788635/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2011/01/07/6121902.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460788635/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460788635/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 07 Jan 2011 10:15:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2011/01/07/6121902.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2011/01/07/6121902.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460788635/1062141</fs:itemid></item><item><title>Windows Mobile上异形窗口的实现</title><link>http://blog.csdn.net/pknife/archive/2010/04/15/5489246.aspx</link><description>&lt;br /&gt;PC上的常用的软件，如搜狗输入法、金山词霸，都用到了一些异形窗口，配合皮肤的展示&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows Mobile上也可以实现类似效果&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;在实现过程中，比较重要的函数有CreateRectRgn、CombineRgn、SetWindowRgn等。对于一张图片，指定一种透明色，可以用抠像素的方法，来组合Region。可以对HDC句柄使用GetPixel来获取像素值；也可以分析Bitmap的结构来获取。在逐行或逐列扫描时，可以对CombineRgn的过程进行优化。当SetWindowRgn后，窗口只显示Region部分的背景，其他区域将透明，甚至鼠标操作能穿透。&lt;img src=&quot;http://www1.feedsky.com/t1/460367159/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2010/04/15/5489246.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367159/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367159/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 15 Apr 2010 15:59:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2010/04/15/5489246.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2010/04/15/5489246.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367159/1062141</fs:itemid></item><item><title>Windows Mobile上的矢量图形显示</title><link>http://blog.csdn.net/pknife/archive/2010/03/02/5338802.aspx</link><description>&lt;br /&gt;      矢量图形是计算机图形学中用点、直线或者多边形等基于数学方程的几何图元表示图像。我们来讨论一下在手机上实现矢量图形的方法。&lt;br /&gt;&lt;br /&gt;      以一幅北京市区域地图为例，将其显示在手机上，并实现平移、缩放、旋转等功能。在Gis系统中，由于地球为球状天体，需将地球坐标经过投影转换成地图坐标，再经过转换成设备屏幕坐标来显示。一般而言，地图坐标系，x轴向右，y轴向上；屏幕坐标系x轴向右，y轴向下。如下图&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      要将地图准确显示在屏幕上，我们需要做一个转换。首先，找到地图上某点，将其与屏幕上某点对应起来。这里为简单起见，最初我们将地图中心点与显示窗口中心点对应起来。假设显示窗口中心点坐标为(m_wScreen/2,m_hScreen/2)，地图中心点坐标为(m_pt2DMapCenter.x,m_pt2DMapCenter.y)，缩放比例为m_dScale。其中m_pt2DMapCenter是这样来定义的：&lt;br /&gt;      typedef struct&lt;br /&gt;      {&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/460367160/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2010/03/02/5338802.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367160/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367160/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Mar 2010 14:21:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2010/03/02/5338802.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2010/03/02/5338802.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367160/1062141</fs:itemid></item><item><title>Windows Mobile之存储卡自运行程序</title><link>http://blog.csdn.net/pknife/archive/2010/02/03/5283790.aspx</link><description>&lt;br /&gt;前提：&lt;br /&gt;1）存储卡；&lt;br /&gt;2）存储卡根目录建立一个名为2577文件夹；&lt;br /&gt;3）2577文件夹有一名为autorun.exe可执行文件。&lt;br /&gt;&lt;br /&gt;过程：&lt;br /&gt;1）当系统检测到有存储卡插入，并存在上述前提时，将会把autorun.exe拷贝至\windows\Autorun目录，并运行；&lt;br /&gt;2）当插入和拔出存储卡时，会分别给main函数传递参数（注意argv[1]），值分别为install和uninstall；&lt;br /&gt;3）可利用autorun.exe来安装附带在存储卡中的cab包，当然也可以做其他任何操作。&lt;br /&gt;&lt;br /&gt;注意事项：&lt;br /&gt;1）autorun.exe可自行实现，名称一致即可；&lt;br /&gt;2）2577文件夹是针对ARM处理器；&lt;br /&gt;3）存储卡名称会变动，使用FindFirstFlashCard与FindNextFlashCard的组合可得到正确的名称；&lt;br /&gt;4）出于道德及法律考虑，请勿使用此方法来制作传播病毒！！&lt;img src=&quot;http://www1.feedsky.com/t1/460367161/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2010/02/03/5283790.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367161/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367161/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Feb 2010 09:43:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2010/02/03/5283790.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2010/02/03/5283790.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367161/1062141</fs:itemid></item><item><title>百度输入框的秘密</title><link>http://blog.csdn.net/pknife/archive/2010/01/06/5141282.aspx</link><description>&lt;br /&gt;前不久，百度发布了手机输入法。相比较之前的点讯输入法，在用户桌面增加了一个百度搜索框。这里来探究一下搜索框的一些做法。&lt;br /&gt;在默认状态下，搜索框是隐藏的，只在Menubar上有一个百度图标显示，如图&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;当点击百度图标时，图标隐藏，搜索框弹出，如图&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;搜索框还自适应输入法面板，如图&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;用CE Spy来查看窗口，可以看到百度图标其实是个窗口，其父窗口是一个MS_SOFTKEY_CE_1.0类型的窗口，如下图。注意，SHFindMenuBar得到的只是menu_worker类型的窗口，而MS_SOFTKEY_CE_1.0类型窗口是与之成对出现的。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;而百度搜索框就是一个非模态对话框&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;当百度图标窗口得到WM_LBUTTONUP消息时，生成一个新的对话框并显示，当用户选择对话框的“退出”按钮时，销毁该对话框。对话框通过响应WM_SETTINGCHANGE等消息，来自适应输入法面板。&lt;br /&gt;&lt;br /&gt;原&lt;img src=&quot;http://www1.feedsky.com/t1/460367162/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2010/01/06/5141282.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367162/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367162/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 06 Jan 2010 11:39:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2010/01/06/5141282.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2010/01/06/5141282.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367162/1062141</fs:itemid></item><item><title>setupdll在CAB安装过程中的一些处理方法</title><link>http://blog.csdn.net/pknife/archive/2009/12/07/4956008.aspx</link><description>&lt;br /&gt;一）获取屏幕分辨率&lt;br /&gt;在CAB安装过程中，可以利用setupdll来做一些初始化的工作，极大的方便了我们的开发。&lt;br /&gt;&lt;br /&gt;但是在setupdll中使用GetSystemMetrics函数获取屏幕分辨率的时候，出现了问题。640x480的分辨率取出来成了320x240，800x480成了400x240...真是奇了怪了。&lt;br /&gt;&lt;br /&gt;原因也解释不清楚了，据说setupdll是被wceload.exe所加载的，而wceloade.exe没有能力去获取分辨率...&lt;br /&gt;&lt;br /&gt;不管了，只好另外做一exe程序，来被setupdll调用。&lt;br /&gt;&lt;br /&gt;在Install_Exit中加入：&lt;br /&gt;&lt;br /&gt;PROCESS_INFORMATION info; &lt;br /&gt;CreateProcess(L&quot;\\Program Files\\GetMetricsTest.exe&quot;, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, &amp;info);&lt;br /&gt;WaitForSingleObject(i&lt;img src=&quot;http://www1.feedsky.com/t1/460367163/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2009/12/07/4956008.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367163/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367163/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 07 Dec 2009 13:07:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2009/12/07/4956008.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2009/12/07/4956008.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367163/1062141</fs:itemid></item><item><title>WinInet中的FTP操作</title><link>http://blog.csdn.net/pknife/archive/2009/10/27/4734295.aspx</link><description>&lt;br /&gt;研究了一下Wininet在ftp中的应用，感觉比http应用要简单些。&lt;br /&gt;项目设置方面，Wininet.h和Wininet.lib都必须加入。&lt;br /&gt;假设ftp地址为10.1.1.1，账号和密码都为hello。&lt;br /&gt;为简单起见，使用同步模式：&lt;br /&gt;HINTERNET hInstance;&lt;br /&gt;HINTERNET hConnect;&lt;br /&gt;hInstance = InternetOpen(L&quot;ftptest&quot;, &lt;br /&gt;                        INTERNET_OPEN_TYPE_DIRECT,&lt;br /&gt;                        NULL,&lt;br /&gt;                        NULL,&lt;br /&gt;                        0);&lt;br /&gt;if(hInstance == NULL)&lt;br /&gt;{&lt;br /&gt; return;&lt;br /&gt;}&lt;br /&gt;hConnect = InternetConnect(hInstance, &lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/460367164/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2009/10/27/4734295.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367164/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367164/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 27 Oct 2009 16:54:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2009/10/27/4734295.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2009/10/27/4734295.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367164/1062141</fs:itemid></item><item><title>Windows Mobile SDK例子浅析</title><link>http://blog.csdn.net/pknife/archive/2009/10/10/4650980.aspx</link><description>&lt;br /&gt;SDK目录下提供了丰富的例子，开发中各方面的内容都有涉及，是开发者可充分利用的宝库。以Windows Mobile 5.0 Pocket PC SDK和Windows Mobile 5.0 Smarphone SDK为例，简单介绍一下其提供的例子。需要说明的是，两者中有部分例子是相同的。&lt;br /&gt;&lt;br /&gt;l         AXSample&lt;br /&gt;示例演示创建一个ActiveX控件以及如何在web页中访问该控件。&lt;br /&gt;&lt;br /&gt;l         DvorakSIP&lt;br /&gt;示例演示如何基于Pocket PC创建一个SIP输入法。示例是一个实现了IInputMethod接口的COM组件。当用户选择输入面板开始点击按键时，将发生下列事件：1) 系统调用dll，它实现了IInputMethod接口；2) Select方法被调用来创建输入窗口；3) 系统调用GetInfo获取IMINFO结构的信息，包括尺寸和其他的上下文信息；4) 改变输入法面板的尺寸，可使用II&lt;img src=&quot;http://www1.feedsky.com/t1/460367165/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2009/10/10/4650980.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367165/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367165/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 10 Oct 2009 16:32:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2009/10/10/4650980.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2009/10/10/4650980.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367165/1062141</fs:itemid></item><item><title>《Windows Mobile实例开发》电子书提供下载</title><link>http://blog.csdn.net/pknife/archive/2009/09/25/4592691.aspx</link><description>&lt;br /&gt;本人操刀，亲自主罚。:)&lt;br /&gt;目前是第一版，持续修订中。主要针对使用C++进行Windows Mobile开发。&lt;br /&gt;&lt;br /&gt;《Windows Mobile实例开发》pdf文档下载地址： &lt;br /&gt;http://download.csdn.net/source/1609399 &lt;br /&gt;http://www.devdiv.net/thread-14073-1-1.html &lt;br /&gt;&lt;br /&gt;才疏学浅，望读者海涵。欢迎任何意见和建议。&lt;img src=&quot;http://www1.feedsky.com/t1/460367166/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2009/09/25/4592691.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367166/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367166/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 25 Sep 2009 09:18:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2009/09/25/4592691.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2009/09/25/4592691.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367166/1062141</fs:itemid></item><item><title>Windows Mobile中的文件改变通知</title><link>http://blog.csdn.net/pknife/archive/2009/08/27/4490213.aspx</link><description>&lt;br /&gt;在资源管理器中，删除一个文件，更改一个文件夹名称，都能及时刷新。这是怎么做到的呢？答案是使用了文件改变通知。&lt;br /&gt;先看一个结构&lt;br /&gt;typedef struct tagSHCHANGENOTIFYENTRY {&lt;br /&gt;  DWORD dwEventMask;&lt;br /&gt;  LPTSTR pszWatchDir;&lt;br /&gt;  BOOL fRecursive;&lt;br /&gt;} SHCHANGENOTIFYENTRY;&lt;br /&gt;要接收文件改变的消息，我们要使用一个窗口hWnd，在窗口创建的WM_CREATE消息处注册：&lt;br /&gt;SHCHANGENOTIFYENTRY schneNotifyEntry;&lt;br /&gt;schneNotifyEntry.dwEventMask = SHCNE_ALLEVENTS;//监视所有事件&lt;br /&gt;schneNotifyEntry.pszWatchDir = NULL;//要监视的目录名,NULL表示所有&lt;br /&gt;schneNotifyEntry.fRecursive = TRUE;//监视目录时，是否递归&lt;br /&gt;SHC&lt;img src=&quot;http://www1.feedsky.com/t1/460367167/pknife/csdn.net/s.gif?r=http://blog.csdn.net/pknife/archive/2009/08/27/4490213.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/pknife/460367167/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/pknife/460367167/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 27 Aug 2009 15:53:00 +0800</pubDate><author>小李匪盗</author><guid isPermaLink="false">http://blog.csdn.net/pknife/archive/2009/08/27/4490213.aspx</guid><dc:creator>小李匪盗</dc:creator><fs:srclink>http://blog.csdn.net/pknife/archive/2009/08/27/4490213.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/pknife/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/pknife/~1062141/460367167/1062141</fs:itemid></item></channel></rss>
