<?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[Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen!]]></title><description><![CDATA[<p>Hallo,<br />
ich denke der Titel sagt schon alles. Wie kann ich wenn ich ein Sound via</p>
<pre><code class="language-cpp">PlaySound(_T(&quot;Theme Song.wav&quot;), NULL, SND_FILENAME);
</code></pre>
<p>gestartet habe wieder stoppen??? Wenn ich z.b. Enter oder so drücke??</p>
<p>MfG</p>
<p>Sascha081088</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/131293/abspielen-eines-sounds-via-playsound-_t-quot-theme-song-wav-quot-null-snd_filename-stoppen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 02:11:02 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/131293.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Jan 2006 12:55:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 12:55:39 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich denke der Titel sagt schon alles. Wie kann ich wenn ich ein Sound via</p>
<pre><code class="language-cpp">PlaySound(_T(&quot;Theme Song.wav&quot;), NULL, SND_FILENAME);
</code></pre>
<p>gestartet habe wieder stoppen??? Wenn ich z.b. Enter oder so drücke??</p>
<p>MfG</p>
<p>Sascha081088</p>
]]></description><link>https://www.c-plusplus.net/forum/post/954689</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/954689</guid><dc:creator><![CDATA[Sascha081088]]></dc:creator><pubDate>Mon, 02 Jan 2006 12:55:39 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 12:57:38 GMT]]></title><description><![CDATA[<p>Steht in der Hilfe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/954694</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/954694</guid><dc:creator><![CDATA[MSDN]]></dc:creator><pubDate>Mon, 02 Jan 2006 12:57:38 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 21:08:29 GMT]]></title><description><![CDATA[<p>HILFE</p>
]]></description><link>https://www.c-plusplus.net/forum/post/955125</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955125</guid><dc:creator><![CDATA[Sascha081088]]></dc:creator><pubDate>Mon, 02 Jan 2006 21:08:29 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 21:13:22 GMT]]></title><description><![CDATA[<p>genau.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/955130</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955130</guid><dc:creator><![CDATA[MSDN]]></dc:creator><pubDate>Mon, 02 Jan 2006 21:13:22 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 21:25:43 GMT]]></title><description><![CDATA[<p>Spammer! Ich sehe hier nirgens Hilfe und du hilfst mir auch nicht grad! Also wäre nett wenn das in Form von Code kommen würde! Und nun regestriere dich!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/955141</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955141</guid><dc:creator><![CDATA[Sascha081088]]></dc:creator><pubDate>Mon, 02 Jan 2006 21:25:43 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 21:26:59 GMT]]></title><description><![CDATA[<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcewave/html/_wcesdk_win32_playsound.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcewave/html/_wcesdk_win32_playsound.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/955144</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955144</guid><dc:creator><![CDATA[MSDN]]></dc:creator><pubDate>Mon, 02 Jan 2006 21:26:59 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 21:28:36 GMT]]></title><description><![CDATA[<p>...</p>
<p>Zuerst mal musst Du den Sound-Asynchron abspielen, da sonst Dein Thread blokiert ist, bis das abspielen fertig ist (=&gt; SND_ASYNC).<br />
Und dann kannst Du es ganz einfach stoppen (pszSound=NULL):</p>
<blockquote>
<p>If this parameter is NULL, any currently playing waveform sound is stopped.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/955146</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955146</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 02 Jan 2006 21:28:36 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 21:29:21 GMT]]></title><description><![CDATA[<p>MSDN schrieb:</p>
<blockquote>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcewave/html/_wcesdk_win32_playsound.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcewave/html/_wcesdk_win32_playsound.asp</a></p>
</blockquote>
<p>Und dann auch noch die &quot;falsche&quot; Hilfeseite dzdzdz...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/955148</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955148</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 02 Jan 2006 21:29:21 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 22:36:42 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/955190</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955190</guid><dc:creator><![CDATA[MSDN]]></dc:creator><pubDate>Mon, 02 Jan 2006 22:36:42 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 22:50:54 GMT]]></title><description><![CDATA[<p>MSDN schrieb:</p>
<blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
</blockquote>
<p>Hey sag mal du hast sie auch nicht mehr alle!</p>
<p>@All: Macht das mal so das nur Regestriete USER schreiben können!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/955201</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955201</guid><dc:creator><![CDATA[Sascha081088]]></dc:creator><pubDate>Mon, 02 Jan 2006 22:50:54 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 22:53:23 GMT]]></title><description><![CDATA[<p>Was hab ich schlimmes gemacht? Man kann doch von dir erwarten das du mal in der Dokumentation der Funktion nachguckst. Dann hätte sich die Frage erübrigt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/955205</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955205</guid><dc:creator><![CDATA[MSDN]]></dc:creator><pubDate>Mon, 02 Jan 2006 22:53:23 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 22:57:03 GMT]]></title><description><![CDATA[<p>Sascha8080808 bist du völlig bekloppt? Komm hau ab du gehörst hier nicht her.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/955213</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955213</guid><dc:creator><![CDATA[General Genozid]]></dc:creator><pubDate>Mon, 02 Jan 2006 22:57:03 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Mon, 02 Jan 2006 22:58:24 GMT]]></title><description><![CDATA[<p>sascha8080808 du bist foll das dumme kind. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_down"
      title=":-1:"
      alt="👎"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/955215</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/955215</guid><dc:creator><![CDATA[looooooool]]></dc:creator><pubDate>Mon, 02 Jan 2006 22:58:24 GMT</pubDate></item><item><title><![CDATA[Reply to Abspielen eines Sounds via PlaySound(_T(&amp;quot;Theme Song.wav&amp;quot;), NULL, SND_FILENAME); stoppen! on Wed, 04 Jan 2006 16:03:41 GMT]]></title><description><![CDATA[<p>aber echt Sascha! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/956819</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/956819</guid><dc:creator><![CDATA[schlaues kind]]></dc:creator><pubDate>Wed, 04 Jan 2006 16:03:41 GMT</pubDate></item></channel></rss>