Searched refs:Print_Property (Results 1 – 2 of 2) sorted by relevance
151 } Print_Property; typedef162 Print_Property *list;
672 propertyList->list = new (std::nothrow) Print_Property[valueList.size()]; in ConvertStringVectorToPropertyList()677 if (memset_s(propertyList->list, valueList.size() * sizeof(Print_Property), 0, in ConvertStringVectorToPropertyList()678 valueList.size() * sizeof(Print_Property)) != 0) { in ConvertStringVectorToPropertyList()