<?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[overlapped I&#x2F;O mit anonymer Pipe]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie kann ich overlapped I/O (also asynchrones Read- und WriteFile) mit Pipe-Handles machen, die ich über CreatePipe bekommen habe?</p>
<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/233116/overlapped-i-o-mit-anonymer-pipe</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 02:50:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/233116.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Jan 2009 21:38:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to overlapped I&#x2F;O mit anonymer Pipe on Sat, 31 Jan 2009 21:38:26 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie kann ich overlapped I/O (also asynchrones Read- und WriteFile) mit Pipe-Handles machen, die ich über CreatePipe bekommen habe?</p>
<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655716</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655716</guid><dc:creator><![CDATA[blubheld]]></dc:creator><pubDate>Sat, 31 Jan 2009 21:38:26 GMT</pubDate></item><item><title><![CDATA[Reply to overlapped I&#x2F;O mit anonymer Pipe on Sat, 31 Jan 2009 23:47:51 GMT]]></title><description><![CDATA[<p>So wie sonst auch?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655754</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655754</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Sat, 31 Jan 2009 23:47:51 GMT</pubDate></item><item><title><![CDATA[Reply to overlapped I&#x2F;O mit anonymer Pipe on Sun, 01 Feb 2009 05:40:12 GMT]]></title><description><![CDATA[<p>hustbaer schrieb:</p>
<blockquote>
<p>So wie sonst auch?</p>
</blockquote>
<blockquote>
<p>Asynchronous (overlapped) read and write operations are not supported by anonymous pipes.</p>
</blockquote>
<p><a href="http://msdn.microsoft.com/en-us/library/aa365141.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa365141.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655771</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655771</guid><dc:creator><![CDATA[.....]]></dc:creator><pubDate>Sun, 01 Feb 2009 05:40:12 GMT</pubDate></item><item><title><![CDATA[Reply to overlapped I&#x2F;O mit anonymer Pipe on Sun, 01 Feb 2009 07:14:00 GMT]]></title><description><![CDATA[<p>man könnte CreatePipe hooken um dann bei den Flags FILE_FLAG_OVERLAPPED hinzufügen zu können</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1655779</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1655779</guid><dc:creator><![CDATA[Captain Hook]]></dc:creator><pubDate>Sun, 01 Feb 2009 07:14:00 GMT</pubDate></item><item><title><![CDATA[Reply to overlapped I&#x2F;O mit anonymer Pipe on Sun, 01 Feb 2009 23:44:58 GMT]]></title><description><![CDATA[<p>..... schrieb:</p>
<blockquote>
<p>hustbaer schrieb:</p>
<blockquote>
<p>So wie sonst auch?</p>
</blockquote>
<blockquote>
<p>Asynchronous (overlapped) read and write operations are not supported by anonymous pipes.</p>
</blockquote>
<p><a href="http://msdn.microsoft.com/en-us/library/aa365141.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa365141.aspx</a></p>
</blockquote>
<p>Dann eben garnicht <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/1656266</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1656266</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Sun, 01 Feb 2009 23:44:58 GMT</pubDate></item></channel></rss>