<?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: How-to: Converting Command Line String to ARGS	</title>
	<atom:link href="https://intellitect.com/blog/converting-command-line-string-to-args-using-commandlinetoargvw-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://intellitect.com/blog/converting-command-line-string-to-args-using-commandlinetoargvw-api/</link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Mon, 18 Apr 2022 18:56:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: aragon		</title>
		<link>https://intellitect.com/blog/converting-command-line-string-to-args-using-commandlinetoargvw-api/#comment-390</link>

		<dc:creator><![CDATA[aragon]]></dc:creator>
		<pubDate>Sat, 18 Sep 2010 08:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/ConvertingCommandLineStringToArgsUsingCommandLineToArgvWAPI.aspx#comment-390</guid>

					<description><![CDATA[hey its ok now i have figured out.]]></description>
			<content:encoded><![CDATA[<p>hey its ok now i have figured out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: aragon		</title>
		<link>https://intellitect.com/blog/converting-command-line-string-to-args-using-commandlinetoargvw-api/#comment-389</link>

		<dc:creator><![CDATA[aragon]]></dc:creator>
		<pubDate>Sat, 18 Sep 2010 08:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/ConvertingCommandLineStringToArgsUsingCommandLineToArgvWAPI.aspx#comment-389</guid>

					<description><![CDATA[its showing no implementation of commandlinetoargvw()
maybe becoz it is done extern.?/?]]></description>
			<content:encoded><![CDATA[<p>its showing no implementation of commandlinetoargvw()<br />
maybe becoz it is done extern.?/?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Atif Aziz		</title>
		<link>https://intellitect.com/blog/converting-command-line-string-to-args-using-commandlinetoargvw-api/#comment-55</link>

		<dc:creator><![CDATA[Atif Aziz]]></dc:creator>
		<pubDate>Thu, 24 Mar 2005 23:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://mark.michaelis.net/Blog/ConvertingCommandLineStringToArgsUsingCommandLineToArgvWAPI.aspx#comment-55</guid>

					<description><![CDATA[Don&#039;t forget to call Marshal.FreeHGlobal on the pointer returned by CommandLineToArgvW. Otherwise you&#039;ll create a memory leak.

Quote from SDK documentation: &#034;It is the caller&#039;s responsibility to free the memory used by the argument list when it is no longer needed. To free the memory, use a single call to the GlobalFree function.&#034;]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t forget to call Marshal.FreeHGlobal on the pointer returned by CommandLineToArgvW. Otherwise you&#8217;ll create a memory leak.</p>
<p>Quote from SDK documentation: &quot;It is the caller&#8217;s responsibility to free the memory used by the argument list when it is no longer needed. To free the memory, use a single call to the GlobalFree function.&quot;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
