From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.ada Subject: Re: In memory Stream Date: Sun, 18 Feb 2024 00:00:11 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sun, 18 Feb 2024 00:00:11 -0000 (UTC) Injection-Info: dont-email.me; posting-host="ef266a3a922f269062f854d615e239ef"; logging-data="706209"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Z0oTPPTP1ozwCcUBzFKIL" User-Agent: Pan/0.155 (Kherson; fc5a80b8) Cancel-Lock: sha1:mFLs6j/0+eXk5opeUpFAKvPhzIw= Xref: news.eternal-september.org comp.lang.ada:66083 List-Id: On Sat, 17 Feb 2024 14:36:46 +0100, DrPi wrote: > My usage is a bit special. The writing process writes a bunch of data in > a memory buffer then requests this buffer to be transferred to another > process by way of WM_COPYDATA. I thought Windows had pipes.