<?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: WM_COPYDATA can be used as simple IPC mechanism.</title>
	<atom:link href="http://weseetips.com/2008/04/12/wm_copydata-can-be-used-as-simple-ipc-mechanism/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com/2008/04/12/wm_copydata-can-be-used-as-simple-ipc-mechanism/</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 12 Jan 2012 15:10:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ofek</title>
		<link>http://weseetips.com/2008/04/12/wm_copydata-can-be-used-as-simple-ipc-mechanism/comment-page-1/#comment-41</link>
		<dc:creator>Ofek</dc:creator>
		<pubDate>Fri, 17 Apr 2009 19:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=69#comment-41</guid>
		<description>Maybe i&#039;m missing something:
This doesn&#039;t release you from other communication mechanisms, as you still need to somehow communicate the target window handle across processes. Don&#039;t you?</description>
		<content:encoded><![CDATA[<p>Maybe i&#8217;m missing something:<br />
This doesn&#8217;t release you from other communication mechanisms, as you still need to somehow communicate the target window handle across processes. Don&#8217;t you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jijo.Raj</title>
		<link>http://weseetips.com/2008/04/12/wm_copydata-can-be-used-as-simple-ipc-mechanism/comment-page-1/#comment-40</link>
		<dc:creator>Jijo.Raj</dc:creator>
		<pubDate>Wed, 16 Apr 2008 03:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=69#comment-40</guid>
		<description>Yes. You are right. What happened is, first i found - ON_WM_COPYDATA() from MSDN while digging MFC and then i reached to WM_COPYDATA. Thats why the term MFC stick in my mind. I&#039;ll modify it. thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>Yes. You are right. What happened is, first i found &#8211; ON_WM_COPYDATA() from MSDN while digging MFC and then i reached to WM_COPYDATA. Thats why the term MFC stick in my mind. I&#8217;ll modify it. thanks for pointing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishad S</title>
		<link>http://weseetips.com/2008/04/12/wm_copydata-can-be-used-as-simple-ipc-mechanism/comment-page-1/#comment-39</link>
		<dc:creator>Nishad S</dc:creator>
		<pubDate>Wed, 16 Apr 2008 00:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=69#comment-39</guid>
		<description>I think the following sentence should be corrected... :)

&quot;There is comparatively simple mechanism in MFC for doing the same. i.e. WM_COPYDATA window message&quot;

Because WM_COPYDATA has no relation to MFC. It is an independant windows message.</description>
		<content:encoded><![CDATA[<p>I think the following sentence should be corrected&#8230; <img src='http://weseetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8220;There is comparatively simple mechanism in MFC for doing the same. i.e. WM_COPYDATA window message&#8221;</p>
<p>Because WM_COPYDATA has no relation to MFC. It is an independant windows message.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

