Home | History | Annotate | Download | only in FileManager

Lines Matching refs:IconIndex

65 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex)

73 iconIndex = shellInfo.iIcon;
82 iconIndex = shellInfo.iIcon;
88 DWORD_PTR GetRealIconIndex(const UString &fileName, DWORD attrib, int &iconIndex, UString *typeName)
99 iconIndex = shellInfo.iIcon;
111 iconIndex = shellInfo.iIcon;
183 return _attribMap[index].IconIndex;
191 , attrib, pair.IconIndex
204 return pair.IconIndex;
214 return pa.IconIndex;
242 GetRealIconIndex(us2fs(fileName + dotPos), attrib, pair.IconIndex);
245 return pair.IconIndex;