Searched refs:strAttrs (Results 1 – 1 of 1) sorted by relevance
118 std::wstring strAttrs; in get_attributes() local120 strAttrs += L"Version:1;"; in get_attributes()159 strAttrs+=L";"; in get_attributes()162 strAttrs += numProps; in get_attributes()169 strAttrs+=L";"; in get_attributes()171 strAttrs += pValue.Name.getStr(); in get_attributes()172 strAttrs += L":"; in get_attributes()193 strAttrs +=pTemp; in get_attributes()195 strAttrs +=L";"; in get_attributes()199 *textAttributes = SysAllocString(strAttrs.c_str()); in get_attributes()
Completed in 16 milliseconds