Lines Matching defs:scz
1398 LPWSTR scz = nullptr;
1433 hr = XmlGetAttributeEx(pNode, L"Name", &scz);
1446 _engine->SetVariableNumeric(scz, 1);
1449 _engine->SetVariableNumeric(scz, 0);
1451 _engine->SetVariableNumeric(scz, iValue);
1453 _engine->SetVariableString(scz, bstrValue);
1457 ReleaseNullStr(scz);
1664 LPWSTR scz = nullptr;
1686 hr = XmlGetAttributeEx(pNode, L"Name", &scz);
1692 hr = DictAddKey(_overridableVariables, scz);
1693 ExitOnFailure1(hr, "Failed to add \"%ls\" to the string dictionary.", scz);
1704 ReleaseStr(scz);