Searched refs:indexOpen (Results 1 – 2 of 2) sorted by relevance
1413 INT indexOpen = 0; in FillToolbar() local1414 INT index = SHMapPIDLToSystemImageListIndex(m_shellFolder, item, &indexOpen); in FillToolbar()
1154 INT index, indexOpen; in BrowseToPath() local1161 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()