From: Daniel Lehman Subject: Re: [PATCH v2] msxml3: Support IStream in domdoc_transformNodeToObject. Message-Id: Date: Fri, 13 Nov 2020 07:40:13 -0800 In-Reply-To: <3238e4e3-4be4-3c52-ce2b-9e901bc34e95@codeweavers.com> References: <20201113151112.2454103-1-dlehman25@gmail.com> <3238e4e3-4be4-3c52-ce2b-9e901bc34e95@codeweavers.com> > What I meant is that it might be possible to pass stream directly, > avoiding intermediate BSTR, > like node_transform_node_params(&This->node, stylesheet, NULL, stream, > NULL). ah, i see. will do