Searched refs:unformattedText (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 610 LPWSTR unformattedText = nullptr; in FailurePage_Show() local 615 StrAllocString(&unformattedText, _failedMessage, 0); in FailurePage_Show() 618 StrAllocFromError(&unformattedText, _hrFinal, nullptr); in FailurePage_Show() 619 if (!unformattedText || !*unformattedText) { in FailurePage_Show() 620 StrAllocFromError(&unformattedText, E_FAIL, nullptr); in FailurePage_Show() 625 if (unformattedText) { in FailurePage_Show() 626 StrAllocString(&text, unformattedText, 0); in FailurePage_Show() 629 StrAllocFormatted(&text, L"0x%08x - %ls", _hrFinal, unformattedText); in FailurePage_Show() 638 ReleaseStr(unformattedText); in FailurePage_Show() 2251 LPWSTR unformattedText = nullptr; in OnChangeState() local [all …]
|