Searched refs:bstr (Results 1 – 2 of 2) sorted by relevance
47 void GetLastErrorDescription (CComBSTR & bstr); // Defined in VisVim.cpp55 CComBSTR bstr; \56 GetLastErrorDescription(bstr); \57 _RPTF2(_CRT_ASSERT, "Object call returned %lx\n\n%S", hr, (BSTR) bstr); \
145 void GetLastErrorDescription (CComBSTR & bstr) in GetLastErrorDescription() argument149 pErrorInfo->GetDescription (&bstr); in GetLastErrorDescription()