Searched refs:srcItem (Results 1 – 2 of 2) sorted by relevance
192 const STATPROPSTG &srcItem = k[index]; \193 *propID = srcItem.propid; *varType = srcItem.vt; *name = 0; return S_OK; } \198 const STATPROPSTG &srcItem = k[index]; \199 *propID = srcItem.propid; *varType = srcItem.vt; \200 …if (srcItem.lpwstrName == 0) *name = 0; else *name = ::SysAllocString(srcItem.lpwstrName); return …
157 const STATPROPSTG &srcItem = kPropMap[indexInMap].StatPROPSTG; in GetPropertyInfo() local158 *propID = srcItem.propid; in GetPropertyInfo()159 *varType = srcItem.vt; in GetPropertyInfo()