<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Hallo kann mir jemand diese Methode erklären?]]></title><description><![CDATA[<p>LONG InterlockedExchange( LPLONG Target, LONG Value );</p>
<p>Viele Dank <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f921.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--clown_face"
      title=":clown:"
      alt="🤡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/74327/hallo-kann-mir-jemand-diese-methode-erklären</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 15:35:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/74327.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 May 2004 12:04:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hallo kann mir jemand diese Methode erklären? on Wed, 19 May 2004 12:04:25 GMT]]></title><description><![CDATA[<p>LONG InterlockedExchange( LPLONG Target, LONG Value );</p>
<p>Viele Dank <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f921.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--clown_face"
      title=":clown:"
      alt="🤡"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/523384</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/523384</guid><dc:creator><![CDATA[Wholesaler]]></dc:creator><pubDate>Wed, 19 May 2004 12:04:25 GMT</pubDate></item><item><title><![CDATA[Reply to Hallo kann mir jemand diese Methode erklären? on Wed, 19 May 2004 12:09:35 GMT]]></title><description><![CDATA[<p>jo, die msdn</p>
<blockquote>
<p><strong>Parameters</strong><br />
Target<br />
[in] Pointer to the LONG value to exchange. The function sets this LONG value to Value, and returns its prior value.<br />
Value<br />
[in] Specifies a new value for the LONG value pointed to by Target.</p>
<p><strong>Return Values</strong><br />
The prior value of the LONG value pointed to by Target indicates success.</p>
<p><strong>Remarks</strong><br />
The functions InterlockedExchange, InterlockedCompareExchange, InterlockedDecrement, InterlockedExchangeAdd, and InterlockedIncrement provide a simple mechanism for synchronizing access to a variable that is shared by multiple threads. The threads of different processes can use this mechanism if the variable is in shared memory.</p>
<p>The variable pointed to by the Target parameter must be aligned on a 32-bit boundary; otherwise, this function will fail on multiprocessor x86 systems.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/523387</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/523387</guid><dc:creator><![CDATA[CMatt]]></dc:creator><pubDate>Wed, 19 May 2004 12:09:35 GMT</pubDate></item></channel></rss>