Home
last modified time | relevance | path

Searched refs:bstr (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DStdAfx.h47 void GetLastErrorDescription (CComBSTR & bstr); // Defined in VisVim.cpp
55 CComBSTR bstr; \
56 GetLastErrorDescription(bstr); \
57 _RPTF2(_CRT_ASSERT, "Object call returned %lx\n\n%S", hr, (BSTR) bstr); \
H A DVisVim.cpp145 void GetLastErrorDescription (CComBSTR & bstr) in GetLastErrorDescription() argument
149 pErrorInfo->GetDescription (&bstr); in GetLastErrorDescription()