Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/shellmenu/
H A DCMenuToolbars.cpp1413 INT indexOpen = 0; in FillToolbar() local
1414 INT index = SHMapPIDLToSystemImageListIndex(m_shellFolder, item, &indexOpen); in FillToolbar()
/reactos/dll/win32/browseui/
H A Dshellbrowser.cpp1154 INT index, indexOpen; in BrowseToPath() local
1161 index = SHMapPIDLToSystemImageListIndex(sf, pidlChild, &indexOpen); in BrowseToPath()
1165 HICON icSmall = ImageList_GetIcon(himlSmall, indexOpen, 0); in BrowseToPath()
1166 HICON icLarge = ImageList_GetIcon(himlLarge, indexOpen, 0); in BrowseToPath()