H
HiddenHandX
Guest
I have a BSTR*. how to get the value from the BSTR* to std::string so that I can print it to console?
BSTR* ptr;
HRESULT result = objPtr->GetValue(ptr);
//need to print to console the value
Continue reading...
BSTR* ptr;
HRESULT result = objPtr->GetValue(ptr);
//need to print to console the value
Continue reading...