Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== BSTR ====== String data type used in COM communications (e.g. scripting). Actual data type corresponding to **BSTR** depends on language in which you consume API: ^ Language ^ Data Type^ | C++ | BSTR -> WCHAR* | | JavaScript | String | | VisualBasic Script | String |