<?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: Setting Windows internet connection proxy from C#</title>
	<atom:link href="http://huddledmasses.org/setting-windows-internet-connection-proxy-from-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/setting-windows-internet-connection-proxy-from-c/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:36:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/setting-windows-internet-connection-proxy-from-c/comment-page-1/#comment-181652</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Wed, 06 Aug 2008 21:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/?p=578#comment-181652</guid>
		<description>My apologies, that line should have been *deleted*, not commented out. It was from a previous attempt to use the API the way it was documented elsewhere, so I&#039;ve edited the post to remove it ... 

The original code which I copied allocated the memory a different way and needed to use @listHandle.Free();@ instead of @Marshal.FreeCoTaskMem( ipcoListPtr );@

When I switched the way I allocated memory for the native code calls, I originally left all of the original code in (commented out), but I simply missed that line when I was cleaning it up.</description>
		<content:encoded><![CDATA[<p>My apologies, that line should have been <strong>deleted</strong>, not commented out. It was from a previous attempt to use the <span class="caps">API</span> the way it was documented elsewhere, so I&#8217;ve edited the post to remove it &#8230; </p>
<p>The original code which I copied allocated the memory a different way and needed to use <code>listHandle.Free();</code> instead of <code>Marshal.FreeCoTaskMem( ipcoListPtr );</code></p>
<p>When I switched the way I allocated memory for the native code calls, I originally left all of the original code in (commented out), but I simply missed that line when I was cleaning it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://huddledmasses.org/setting-windows-internet-connection-proxy-from-c/comment-page-1/#comment-181641</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Wed, 06 Aug 2008 19:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/?p=578#comment-181641</guid>
		<description>Great stuff. 
I&#039;ll try this out asap.
One question: Why did you comment out
//listHandle.Free(); ?</description>
		<content:encoded><![CDATA[<p>Great stuff. <br />
I&#8217;ll try this out asap.<br />
One question: Why did you comment out<br />
//listHandle.Free(); ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
