获取 BSTR 字符串长度

BSTR a = L"hello world";
int len = SysStringByteLen(a);
原文地址:https://www.cnblogs.com/shiyixirui/p/15396336.html