<?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[Laufwerk öffnen schließen]]></title><description><![CDATA[<p>Hi ich bin im internet über die 2 code stücke gestolpert das eine öffnet das laufwerk und das andere schließt es wieder</p>
<p>da ich in der hilfe nichts brauchbares gefunden habe wollt ich euch mal fragen ob mir einer von euch den code genauer erklären kann vorallem mit den parametern was sie aussagen und was ich mit ihnen verändern kann</p>
<p>Öffnen:</p>
<pre><code class="language-cpp">mciSendString(&quot;set cdaudio door open&quot;,0,0,0);
</code></pre>
<p>Schließen:</p>
<pre><code class="language-cpp">mciSendString(&quot;set cdaudio door closed&quot;,0,0,0);
</code></pre>
<p>danke für alle antworten <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>mfg Virus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/233825/laufwerk-öffnen-schließen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 00:10:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/233825.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Feb 2009 18:00:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Laufwerk öffnen schließen on Mon, 09 Feb 2009 18:00:36 GMT]]></title><description><![CDATA[<p>Hi ich bin im internet über die 2 code stücke gestolpert das eine öffnet das laufwerk und das andere schließt es wieder</p>
<p>da ich in der hilfe nichts brauchbares gefunden habe wollt ich euch mal fragen ob mir einer von euch den code genauer erklären kann vorallem mit den parametern was sie aussagen und was ich mit ihnen verändern kann</p>
<p>Öffnen:</p>
<pre><code class="language-cpp">mciSendString(&quot;set cdaudio door open&quot;,0,0,0);
</code></pre>
<p>Schließen:</p>
<pre><code class="language-cpp">mciSendString(&quot;set cdaudio door closed&quot;,0,0,0);
</code></pre>
<p>danke für alle antworten <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>mfg Virus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1660663</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1660663</guid><dc:creator><![CDATA[Virus_91.x]]></dc:creator><pubDate>Mon, 09 Feb 2009 18:00:36 GMT</pubDate></item><item><title><![CDATA[Reply to Laufwerk öffnen schließen on Tue, 10 Feb 2009 05:48:18 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>was heißt du hast in der Hilfe nichts brauchbares gefunden?</p>
<blockquote>
<p>The mciSendString function sends a command string to an MCI device. The device that the command is sent to is specified in the command string.</p>
<p>MCIERROR mciSendString(</p>
<p>LPCTSTR lpszCommand,<br />
LPTSTR lpszReturnString,<br />
UINT cchReturn,<br />
HANDLE hwndCallback<br />
);</p>
<p>Parameters</p>
<p>lpszCommand</p>
<p>Address of a null-terminated string that specifies an MCI command string. For more information about the command strings, see Command Strings.</p>
<p>lpszReturnString</p>
<p>Address of a buffer that receives return information. If no return information is needed, this parameter can be NULL.</p>
<p>cchReturn</p>
<p>Size, in characters, of the return buffer specified by the lpszReturnString parameter.</p>
<p>hwndCallback</p>
<p>Handle of a callback window if the &quot;notify&quot; flag was specified in the command string.</p>
<p>Return Values</p>
<p>Returns zero if successful or an error otherwise. The low-order word of the returned doubleword value contains the error return value. If the error is device-specific, the high-order word of the return value is the driver identifier; otherwise, the high-order word is zero. For a list of possible error values, see Constants: MCIERR Return Values.<br />
To retrieve a text description of mciSendString return values, pass the return value to the mciGetErrorString function.</p>
</blockquote>
<p>LG, Micha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1660864</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1660864</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 10 Feb 2009 05:48:18 GMT</pubDate></item><item><title><![CDATA[Reply to Laufwerk öffnen schließen on Tue, 10 Feb 2009 12:06:46 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Ich vermute Virus_91.x möchte eine Erklärung zu der Syntax des <em>command string</em>, nicht nur zu der WinAPI-Funktion mciSendString. Und genau deshalb ist er hier falsch, dazu wirst du eher was im WinAPI-Forum erfahren.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1661007</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1661007</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 10 Feb 2009 12:06:46 GMT</pubDate></item><item><title><![CDATA[Reply to Laufwerk öffnen schließen on Tue, 10 Feb 2009 12:06:53 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-14774.html" rel="nofollow">akari</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-2.html" rel="nofollow">VCL (C++ Builder)</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/1661008</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1661008</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Tue, 10 Feb 2009 12:06:53 GMT</pubDate></item><item><title><![CDATA[Reply to Laufwerk öffnen schließen on Tue, 10 Feb 2009 14:11:01 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-p-is-1035206.html#1035206" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-p-is-1035206.html#1035206</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1661135</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1661135</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Tue, 10 Feb 2009 14:11:01 GMT</pubDate></item><item><title><![CDATA[Reply to Laufwerk öffnen schließen on Thu, 12 Feb 2009 19:24:20 GMT]]></title><description><![CDATA[<p>danke für die antworten so langsam versteh ich das ^^</p>
<p>danke an alle <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1662777</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1662777</guid><dc:creator><![CDATA[Virus_91.x]]></dc:creator><pubDate>Thu, 12 Feb 2009 19:24:20 GMT</pubDate></item></channel></rss>