<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx</link><description>The first WDF framework that I'll talk about is the UMDF (User-Mode Driver Framework). This framework allows the development of user-mode drivers. Currently, the supported devices are USB non-isochronous devices, like digital cameras, portable media players</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx#9002863</link><pubDate>Fri, 17 Oct 2008 14:02:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9002863</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;i forgot i trying to do a umdf driver for a USB bulk or isochronous transfer &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9002863" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx#9002862</link><pubDate>Fri, 17 Oct 2008 13:59:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9002862</guid><dc:creator>squeleton</dc:creator><description>&lt;p&gt;do you have some example like skeleton that describe step by step, what do every comand line in the driver code?, and what is the main file code in the example skeleton?, i dont know where to begining. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9002862" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx#8984001</link><pubDate>Tue, 07 Oct 2008 13:04:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8984001</guid><dc:creator>Simon ATex</dc:creator><description>&lt;p&gt;Can I write a User-Mode driver to control copying some files (located by Database) to terminal devices like USB, DVD,...?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8984001" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx#8350802</link><pubDate>Wed, 02 Apr 2008 14:19:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8350802</guid><dc:creator>Andre Folkers</dc:creator><description>&lt;p&gt;You say that UMDF can be use for software-only driver, e.g. virtual ports. I assume that this includes also virtual COM ports. But how can I handle the unsupported IRPs, e.g. IRP_MJ_FLUSH_FILE_BUFFERS? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8350802" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx#8341625</link><pubDate>Fri, 28 Mar 2008 16:11:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8341625</guid><dc:creator>patreynosa</dc:creator><description>&lt;p&gt;trying to make my computer work better&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8341625" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx#824436</link><pubDate>Sat, 14 Oct 2006 09:39:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:824436</guid><dc:creator>Domie Sedrome</dc:creator><description>&lt;p&gt;I'm doing some firmware and hardware design needs to create drivers for windows.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=824436" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx#820835</link><pubDate>Thu, 12 Oct 2006 23:41:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:820835</guid><dc:creator>iliast</dc:creator><description>&lt;p&gt;No, the UMDF driver has to be at the top of the stack. The rest of the drivers have to be in the kernel. So, you can have an UMDF upper-level filter or a UMDF function driver, but you cannot have a UMDF lower level filter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=820835" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the User-Mode Driver Framework (UMDF)</title><link>http://blogs.msdn.com/b/iliast/archive/2006/10/10/introduction-to-the-user_2D00_mode-driver-framework.aspx#818365</link><pubDate>Thu, 12 Oct 2006 08:48:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:818365</guid><dc:creator>zarob!</dc:creator><description>&lt;p&gt;can i write lower level filter driver with umdf ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=818365" width="1" height="1"&gt;</description></item></channel></rss>