<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Retrieving Shell Icons in C#</title>
	<atom:link href="http://leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/</link>
	<description>Coding snippets, tutorials and procrastinations about C#, Java and Linux.</description>
	<pubDate>Fri, 21 Nov 2008 22:06:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2-9638</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: HJennerway</title>
		<link>http://leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/comment-page-1/#comment-4429</link>
		<dc:creator>HJennerway</dc:creator>
		<pubDate>Thu, 28 Aug 2008 15:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/#comment-4429</guid>
		<description>You&#39;re right. Sample fixed. :)</description>
		<content:encoded><![CDATA[<p>You&#39;re right. Sample fixed. <img src='http://leghumped.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trillian</title>
		<link>http://leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/comment-page-1/#comment-4428</link>
		<dc:creator>Trillian</dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/#comment-4428</guid>
		<description>I think your code sample is handle-leaking.&lt;br&gt;&lt;br&gt;From MSDN on SHGetFileInfo:&lt;br&gt;Remarks&lt;br&gt;    If SHGetFileInfo returns an icon handle in the hIcon member of the SHFILEINFO structure pointed to by psfi, you are responsible for freeing it with DestroyIcon when you no longer need it.</description>
		<content:encoded><![CDATA[<p>I think your code sample is handle-leaking.</p>
<p>From MSDN on SHGetFileInfo:<br />Remarks<br />    If SHGetFileInfo returns an icon handle in the hIcon member of the SHFILEINFO structure pointed to by psfi, you are responsible for freeing it with DestroyIcon when you no longer need it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
