Searched refs:sczThemePath (Results 1 – 1 of 1) sorted by relevance
1614 LPWSTR sczThemePath = nullptr; in LoadTheme() local1618 hr = LocProbeForFile(wzModulePath, wzThemeFileName, wzLanguage, &sczThemePath); in LoadTheme()1621 hr = ThemeLoadFromFile(sczThemePath, &_theme); in LoadTheme()1622 BalExitOnFailure1(hr, "Failed to load theme from path: %ls", sczThemePath); in LoadTheme()1625 BalExitOnFailure1(hr, "Failed to localize theme: %ls", sczThemePath); in LoadTheme()1638 ReleaseStr(sczThemePath); in LoadTheme()