BSTR bstrVal = SysAllocString( (BSTR) "abc"); 
char * pzVv= _com_util::ConvertBSTRToString(bstrVal)
pzVv 变成乱码了。
怎么样才能使 pzVv 变成 "ABC"呢?而不是乱码。