On Thu Jun 29 22:27:25 2023 +0000, Nikolay Sivov wrote:
We'll need BSTR when argument type is BSTR, even if WCHAR string is accepted. Cases where we test specifically that WCHAR string works are an exception.
I thought Michael was saying that in many cases we can create the BSTR with SysAllocString on a WCHAR literal instead of A2BSTR on a char literal.