<?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[Abfragen SCSI]]></title><description><![CDATA[<p>Hallo,</p>
<p>folgenden Code habe ich bis jetzt unter NT4,W2000,XP problemlos einsetzen können:</p>
<pre><code class="language-cpp">bStatus = DeviceIoControl(hDeviceHandle,
                             IOCTL_SCSI_GET_CAPABILITIES,
                             NULL,
                             0,
                             &amp;xCapabilities,
                             sizeof(IO_SCSI_CAPABILITIES),
                             &amp;lReturned,
                             FALSE);
</code></pre>
<p>Unter W2003 bringt mir aber getLastError den Fehlercode 1 zurück.</p>
<p>Hat jemand vielleicht eine Ahnung woran es liegen könnte?</p>
<p>Danke und Gruß Thomas</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/140290/abfragen-scsi</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 03:48:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/140290.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Mar 2006 17:35:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Abfragen SCSI on Mon, 13 Mar 2006 17:35:22 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>folgenden Code habe ich bis jetzt unter NT4,W2000,XP problemlos einsetzen können:</p>
<pre><code class="language-cpp">bStatus = DeviceIoControl(hDeviceHandle,
                             IOCTL_SCSI_GET_CAPABILITIES,
                             NULL,
                             0,
                             &amp;xCapabilities,
                             sizeof(IO_SCSI_CAPABILITIES),
                             &amp;lReturned,
                             FALSE);
</code></pre>
<p>Unter W2003 bringt mir aber getLastError den Fehlercode 1 zurück.</p>
<p>Hat jemand vielleicht eine Ahnung woran es liegen könnte?</p>
<p>Danke und Gruß Thomas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1015571</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1015571</guid><dc:creator><![CDATA[Carre17]]></dc:creator><pubDate>Mon, 13 Mar 2006 17:35:22 GMT</pubDate></item></channel></rss>