From: Dmitry Timoshkov Subject: Re: [PATCH 1/3] propsys: Partially implement PropVariantToString(). Message-Id: <20190215113845.675628384477c919cd564e56@baikal.ru> Date: Fri, 15 Feb 2019 11:38:45 +0800 In-Reply-To: References: Jactry Zeng wrote: > +HRESULT WINAPI PropVariantToString(REFPROPVARIANT propvarIn, PWSTR ret, UINT cch) Why not implement it using PropVariantToStringAlloc instead? -- Dmitry.