<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>零度x&#039;s blog &#187; 实现</title>
	<atom:link href="http://www.lingdux.com/tag/%e5%ae%9e%e7%8e%b0/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lingdux.com</link>
	<description>Take it slowly,it&#039;s OK,it&#039;s OK.</description>
	<lastBuildDate>Wed, 09 Mar 2011 14:16:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>简单实现进程互斥</title>
		<link>http://www.lingdux.com/2009/93.html</link>
		<comments>http://www.lingdux.com/2009/93.html#comments</comments>
		<pubDate>Sun, 12 Jul 2009 15:49:50 +0000</pubDate>
		<dc:creator>零度x</dc:creator>
				<category><![CDATA[VC学习]]></category>
		<category><![CDATA[互斥]]></category>
		<category><![CDATA[实现]]></category>
		<category><![CDATA[进程]]></category>

		<guid isPermaLink="false">http://www.lingdux.com/?p=93</guid>
		<description><![CDATA[ HANDLE huchi=CreateMutex(NULL,false,”server”);

 if(GetLastError()==ERROR_ALREADY_EXISTS)

 {

<span class="readmore"><a href="http://www.lingdux.com/2009/93.html" title="简单实现进程互斥">阅读全文——共115字</a></span>]]></description>
			<content:encoded><![CDATA[<p> HANDLE huchi=CreateMutex(NULL,false,”server”);<br />
 if(GetLastError()==ERROR_ALREADY_EXISTS)<br />
 {<br />
  huchi=NULL;<br />
  exit(0);;<br />
 }</p>
<p><span id="more-93"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lingdux.com/2009/93.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

