Searched refs:sczVariableName (Results 1 – 1 of 1) sorted by relevance
1502 LPWSTR sczVariableName = nullptr; in ProcessCommandLine() local1528 hr = StrAllocString(&sczVariableName, argv[i], pwc - argv[i]); in ProcessCommandLine()1531 hr = DictKeyExists(_overridableVariables, sczVariableName); in ProcessCommandLine()1533 …PPER_LOG_LEVEL_ERROR, "Ignoring attempt to set non-overridable variable: '%ls'.", sczVariableName); in ProcessCommandLine()1543 hr = _engine->SetVariableNumeric(sczVariableName, value); in ProcessCommandLine()1545 hr = _engine->SetVariableString(sczVariableName, sczVariableValue); in ProcessCommandLine()1560 ReleaseStr(sczVariableName); in ProcessCommandLine()