Searched refs:srcItem (Results 1 – 2 of 2) sorted by relevance
163 const STATPROPSTG &srcItem = kPropMap[indexInMap].StatPROPSTG; in GetPropertyInfo() local164 *propID = srcItem.propid; in GetPropertyInfo()165 *varType = srcItem.vt; in GetPropertyInfo()
412 const STATPROPSTG &srcItem = k[index]; \413 *propID = srcItem.propid; *varType = srcItem.vt; \414 …if (srcItem.lpwstrName == 0) *name = 0; else *name = ::SysAllocString(srcItem.lpwstrName); return …