Re: inetcomm: Add an implementation of IVirtualStream.

2008-11-07 Thread Huw Davies
On Fri, Nov 07, 2008 at 02:20:04PM +0100, Hans Leidekker wrote: > On Friday 07 November 2008 13:48:29 Huw Davies wrote: > > > This interface is undocumented but fortunately its name was enough > > > of a hint to create a sensible implementation. Used by Outlook when > > > retrieving or sending a ma

Re: inetcomm: Add an implementation of IVirtualStream.

2008-11-07 Thread Hans Leidekker
On Friday 07 November 2008 13:48:29 Huw Davies wrote: > > This interface is undocumented but fortunately its name was enough > > of a hint to create a sensible implementation. Used by Outlook when > > retrieving or sending a mail. > > We already have MimeOleCreateVirtualStream() which is implement

Re: inetcomm: Add an implementation of IVirtualStream.

2008-11-07 Thread Huw Davies
Hans Leidekker wrote: > This interface is undocumented but fortunately its name was enough > of a hint to create a sensible implementation. Used by Outlook when > retrieving or sending a mail. We already have MimeOleCreateVirtualStream() which is implemented on top of CreateStreamOnHGlobal()...