Home
last modified time | relevance | path

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

/reactos/base/applications/msconfig_new/
H A Dxmldomparser.cpp116 _bstr_t bstrErr; in LoadXMLDocumentFromResource() local
119 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() local
167 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()