<?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://www.leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/</link>
	<description>Coding snippets, tutorials and procrastinations about C#, Java and Linux.</description>
	<lastBuildDate>Mon, 28 Jun 2010 09:06:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Gerald</title>
		<link>http://www.leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/comment-page-1/#comment-4989</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Sat, 21 Feb 2009 20:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/#comment-4989</guid>
		<description>Nice example.

One thing, using it exactly like that it didn&#039;t show any directory icons. Only file icons and drive icons were shown. removing the &quot;Win32.USEFILEATTRIBUTES&quot; flag remedied that.</description>
		<content:encoded><![CDATA[<p>Nice example.</p>
<p>One thing, using it exactly like that it didn&#8217;t show any directory icons. Only file icons and drive icons were shown. removing the &#8220;Win32.USEFILEATTRIBUTES&#8221; flag remedied that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Echilon</title>
		<link>http://www.leghumped.com/blog/2008/03/23/retrieving-shell-icons-in-c/comment-page-1/#comment-4429</link>
		<dc:creator>Echilon</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&#039;re right. Sample fixed. :)</description>
		<content:encoded><![CDATA[<p>You&#39;re right. Sample fixed. <img src='http://www.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://www.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>

