Lines Matching refs:shellInfo
23 SHFILEINFO shellInfo; in GetIconIndexForCSIDL() local
25 &shellInfo, sizeof(shellInfo), in GetIconIndexForCSIDL()
34 return shellInfo.iIcon; in GetIconIndexForCSIDL()
70 SHFILEINFO shellInfo; in GetRealIconIndex() local
71 DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
72 sizeof(shellInfo), SHGFI_USEFILEATTRIBUTES | SHGFI_SYSICONINDEX); in GetRealIconIndex()
73 iconIndex = shellInfo.iIcon; in GetRealIconIndex()
79 SHFILEINFOW shellInfo; in GetRealIconIndex() local
80 DWORD_PTR res = ::MySHGetFileInfoW(fs2us(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
81 sizeof(shellInfo), SHGFI_USEFILEATTRIBUTES | SHGFI_SYSICONINDEX); in GetRealIconIndex()
82 iconIndex = shellInfo.iIcon; in GetRealIconIndex()