Searched refs:bstrErr (Results 1 – 1 of 1) sorted by relevance
116 _bstr_t bstrErr; in LoadXMLDocumentFromResource() local119 SUCCEEDED(pXMLErr->get_reason(&bstrErr.GetBSTR()))) in LoadXMLDocumentFromResource()124 … = FormatString(L"Failed to load DOM from resource '#%u': %wS", lpszXMLResName, (wchar_t*)bstrErr); in LoadXMLDocumentFromResource()126 … = FormatString(L"Failed to load DOM from resource '%wS': %wS", lpszXMLResName, (wchar_t*)bstrErr); in LoadXMLDocumentFromResource()165 _bstr_t bstrErr; in LoadXMLDocumentFromFile() local167 if (SUCCEEDED(pXMLErr->get_reason(&bstrErr.GetBSTR()))) in LoadXMLDocumentFromFile()169 …STR lpszStr = FormatString(L"Failed to load DOM from '%wS': %wS", lpszFilename, (wchar_t*)bstrErr); in LoadXMLDocumentFromFile()