Lines Matching refs:shellInfo
25 SHFILEINFO shellInfo; in GetIconIndexForCSIDL() local
27 &shellInfo, sizeof(shellInfo), in GetIconIndexForCSIDL()
36 return shellInfo.iIcon; in GetIconIndexForCSIDL()
72 SHFILEINFO shellInfo; in GetRealIconIndex() local
73 DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
74 sizeof(shellInfo), SHGFI_USEFILEATTRIBUTES | SHGFI_SYSICONINDEX); in GetRealIconIndex()
75 iconIndex = shellInfo.iIcon; in GetRealIconIndex()
81 SHFILEINFOW shellInfo; in GetRealIconIndex() local
82 DWORD_PTR res = ::MySHGetFileInfoW(fs2us(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
83 sizeof(shellInfo), SHGFI_USEFILEATTRIBUTES | SHGFI_SYSICONINDEX); in GetRealIconIndex()
84 iconIndex = shellInfo.iIcon; in GetRealIconIndex()