Home | Info | Community | Development | myReactOS | Contact Us
[protected]
Definition at line 260 of file shellbrowser.cpp.
Referenced by OnTreeGetDispInfo().
{ if (icon_id != ICID_NONE) { map<int,int>::const_iterator found = _image_map.find(icon_id); if (found != _image_map.end()) return found->second; int idx = ImageList_AddIcon(_himl, g_Globals._icon_cache.get_icon(icon_id).get_hicon()); _image_map[icon_id] = idx; return idx; } else return -1; }