<?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[sndPlaySound() SND_ASYNC korrekt verwendet?]]></title><description><![CDATA[<p>Ich spiele ein wave-file als resource per sndPlaySound() ab. Um das Programm dabei nicht anzuhalten verwende ich SND_ASYNC. Funktioniert soweit alles wunderbar.</p>
<p>Aber jetzt ist im MSDN folgendes zu finden:</p>
<blockquote>
<p>SND_ASYNC = The sound is played asynchronously and the function returns immediately after beginning the sound. To terminate an asynchronously played sound, call sndPlaySound with lpszSoundName set to NULL.</p>
</blockquote>
<p>*MUSS* ich den asynchron abgespielten Sound jetzt terminieren? Oder meint Mircosoft mit 'terminate' das stoppen/anhalten der Wiedergabe?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/224268/sndplaysound-snd_async-korrekt-verwendet</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 02:01:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/224268.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Oct 2008 17:41:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sndPlaySound() SND_ASYNC korrekt verwendet? on Tue, 07 Oct 2008 17:41:17 GMT]]></title><description><![CDATA[<p>Ich spiele ein wave-file als resource per sndPlaySound() ab. Um das Programm dabei nicht anzuhalten verwende ich SND_ASYNC. Funktioniert soweit alles wunderbar.</p>
<p>Aber jetzt ist im MSDN folgendes zu finden:</p>
<blockquote>
<p>SND_ASYNC = The sound is played asynchronously and the function returns immediately after beginning the sound. To terminate an asynchronously played sound, call sndPlaySound with lpszSoundName set to NULL.</p>
</blockquote>
<p>*MUSS* ich den asynchron abgespielten Sound jetzt terminieren? Oder meint Mircosoft mit 'terminate' das stoppen/anhalten der Wiedergabe?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1595007</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1595007</guid><dc:creator><![CDATA[1337nerd!!11]]></dc:creator><pubDate>Tue, 07 Oct 2008 17:41:17 GMT</pubDate></item><item><title><![CDATA[Reply to sndPlaySound() SND_ASYNC korrekt verwendet? on Tue, 07 Oct 2008 17:58:02 GMT]]></title><description><![CDATA[<p>Du musst es natürlich nicht, sondern nur, wenn Du es beenden/abbrechen willst</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1595025</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1595025</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Tue, 07 Oct 2008 17:58:02 GMT</pubDate></item><item><title><![CDATA[Reply to sndPlaySound() SND_ASYNC korrekt verwendet? on Tue, 07 Oct 2008 18:04:28 GMT]]></title><description><![CDATA[<p>Ok danke ich war mir da nicht ganz sicher.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1595028</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1595028</guid><dc:creator><![CDATA[1337nerd!!11]]></dc:creator><pubDate>Tue, 07 Oct 2008 18:04:28 GMT</pubDate></item></channel></rss>