<?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[CD Laufwerk öffnen]]></title><description><![CDATA[<p>Hallo ich hab eben mal etwas geoogelt und fand folgendes:</p>
<pre><code>BOOL open_cd(void)
{
   char chrRc[256];
  char *ptrChrRc = &amp;chrRc[0];
  return mciSendString(&quot;Set CDAudio Door Open\0&quot;,ptrChrRc,256,NULL);

}
</code></pre>
<p>Wenn ich folgende Zeile verändere funktioniert es aber nicht mehr:</p>
<pre><code>return mciSendString(&quot;Set CDAudii Door Open\0&quot;,ptrChrRc,256,NULL);
</code></pre>
<p>Ich hab nur 1 Buchstaben umgeändert.</p>
<p>Irgendwie versteh ich diese Funktion nicht kann mir die vielleicht wer erklären ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/210468/cd-laufwerk-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 21:47:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/210468.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Apr 2008 10:41:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CD Laufwerk öffnen on Fri, 11 Apr 2008 10:41:48 GMT]]></title><description><![CDATA[<p>Hallo ich hab eben mal etwas geoogelt und fand folgendes:</p>
<pre><code>BOOL open_cd(void)
{
   char chrRc[256];
  char *ptrChrRc = &amp;chrRc[0];
  return mciSendString(&quot;Set CDAudio Door Open\0&quot;,ptrChrRc,256,NULL);

}
</code></pre>
<p>Wenn ich folgende Zeile verändere funktioniert es aber nicht mehr:</p>
<pre><code>return mciSendString(&quot;Set CDAudii Door Open\0&quot;,ptrChrRc,256,NULL);
</code></pre>
<p>Ich hab nur 1 Buchstaben umgeändert.</p>
<p>Irgendwie versteh ich diese Funktion nicht kann mir die vielleicht wer erklären ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1490239</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1490239</guid><dc:creator><![CDATA[derDA]]></dc:creator><pubDate>Fri, 11 Apr 2008 10:41:48 GMT</pubDate></item><item><title><![CDATA[Reply to CD Laufwerk öffnen on Fri, 11 Apr 2008 10:44:33 GMT]]></title><description><![CDATA[<p>rofl</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1490243</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1490243</guid><dc:creator><![CDATA[rofler]]></dc:creator><pubDate>Fri, 11 Apr 2008 10:44:33 GMT</pubDate></item><item><title><![CDATA[Reply to CD Laufwerk öffnen on Fri, 11 Apr 2008 12:14:21 GMT]]></title><description><![CDATA[<p>Schau doch in der MSDN nach! Die Funktion funktioniert nunmal nur, wenn man die korrekten Parameter übergibt. Und in diesem Fall musst du einen geeigneten Kommando-String basteln. Änderst du diesen, so dass er ungültig ist, passiert logischerweise gar nix. Ist übrigens alles bis ins Detail beschrieben.</p>
<p>Deine erste Anlaufstelle bei unbekannten Funktionen: MSDN!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1490298</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1490298</guid><dc:creator><![CDATA[_matze]]></dc:creator><pubDate>Fri, 11 Apr 2008 12:14:21 GMT</pubDate></item><item><title><![CDATA[Reply to CD Laufwerk öffnen on Sat, 12 Apr 2008 12:13:31 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-403.html" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-15.html" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-4.html" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39405.html" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1490805</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1490805</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Sat, 12 Apr 2008 12:13:31 GMT</pubDate></item><item><title><![CDATA[Reply to CD Laufwerk öffnen on Sat, 12 Apr 2008 13:09:01 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-80618.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-80618.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1490848</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1490848</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sat, 12 Apr 2008 13:09:01 GMT</pubDate></item></channel></rss>