<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Persistent notes &#187; wdm</title>
	<atom:link href="http://alexkr.com/tag/wdm/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexkr.com</link>
	<description>Alexander Krivutsenko&#039;s online journal</description>
	<lastBuildDate>Fri, 01 Oct 2010 08:16:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HID functions and name mangling</title>
		<link>http://alexkr.com/posts/47/hid-functions-and-name-mangling/</link>
		<comments>http://alexkr.com/posts/47/hid-functions-and-name-mangling/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 18:45:10 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[wdm]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexkr.com/c/47/hid-functions-and-name-mangling/</guid>
		<description><![CDATA[Using hid.lib for HID functions]]></description>
		<wfw:commentRss>http://alexkr.com/posts/47/hid-functions-and-name-mangling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reading input reports from a HID device</title>
		<link>http://alexkr.com/source-code/43/reading-input-reports-from-a-hid-device/</link>
		<comments>http://alexkr.com/source-code/43/reading-input-reports-from-a-hid-device/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 19:04:11 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[big]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[wdm]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexkr.com/windows/windows-drivers/43/reading-input-reports-from-a-hid-device/</guid>
		<description><![CDATA[This article shows a process of opening HID device for reading]]></description>
		<wfw:commentRss>http://alexkr.com/source-code/43/reading-input-reports-from-a-hid-device/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HyperTerminal and modem driver</title>
		<link>http://alexkr.com/posts/6/hyperterminal-and-modem-driver/</link>
		<comments>http://alexkr.com/posts/6/hyperterminal-and-modem-driver/#comments</comments>
		<pubDate>Sun, 15 May 2005 01:16:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[wdm]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexkr.com/uncategorized/6/hyperterminal-and-modem-driver/</guid>
		<description><![CDATA[I assume you have installed your driver into the system. When you run HyperTerminal you must configure connection so the
program would use your driver as a target device.
At start HyperTerminal will send a read IRP (IRP_MJ_READ) to your driver in other words it will start listening for any data.
If you complete this read IRP immediately, [...]]]></description>
		<wfw:commentRss>http://alexkr.com/posts/6/hyperterminal-and-modem-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System supplied IP filter driver</title>
		<link>http://alexkr.com/posts/3/system-supplied-ip-filter-driver/</link>
		<comments>http://alexkr.com/posts/3/system-supplied-ip-filter-driver/#comments</comments>
		<pubDate>Mon, 02 May 2005 07:20:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[wdm]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexkr.com/uncategorized/3/system-supplied-ip-filter-driver/</guid>
		<description><![CDATA[From Windows DDK documentation for me it was unclear that for successful implementation of filter hook driver it is needed first to load so called ip filter driver.

Filter hook driver is the simple kernel mode driver which allows to control IP traffic in Windows 2000 or later versions.

Ip filter driver is system suplied (ipfltdrv.sys) which [...]]]></description>
		<wfw:commentRss>http://alexkr.com/posts/3/system-supplied-ip-filter-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

