Home
last modified time | relevance | path

Searched refs:get_hicon (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/
H A Dglobals.h110 HICON get_hicon() const {return _itype!=IT_SYSCACHE? _hicon: 0;} in get_hicon() function
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dshellbrowser.cpp260 int idx = ImageList_AddIcon(_himl, g_Globals._icon_cache.get_icon(icon_id).get_hicon()); in get_image_idx()