Searched refs:GetTextConfigValue (Results 1 – 3 of 3) sorted by relevance
190 const UString friendlyName = GetTextConfigValue(pairs, "Title"); in WinMain()191 const UString installPrompt = GetTextConfigValue(pairs, "BeginPrompt"); in WinMain()192 const UString progress = GetTextConfigValue(pairs, "Progress"); in WinMain()204 appLaunched = GetTextConfigValue(pairs, "RunProgram"); in WinMain()207 executeFile = GetTextConfigValue(pairs, "ExecuteFile"); in WinMain()208 executeParameters = GetTextConfigValue(pairs, "ExecuteParameters"); in WinMain()
17 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const char *id);
117 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const char *id) in GetTextConfigValue() function