Searched refs:SHMapPIDLToSystemImageListIndex (Results 1 – 10 of 10) sorted by relevance
/reactos/dll/shellext/cabview/ |
H A D | util.h | 154 normal = SHMapPIDLToSystemImageListIndex(pSF, pidl, qopen ? &open : NULL);
|
/reactos/dll/win32/browseui/ |
H A D | addresseditbox.cpp | 129 item.iImage = SHMapPIDLToSystemImageListIndex(pShellFolder, pidlChild, &item.iSelectedImage); in RefreshAddress() 578 item.iImage = SHMapPIDLToSystemImageListIndex(sf, pidlChild, &item.iSelectedImage); in AddComboBoxItem()
|
H A D | shellbrowser.cpp | 1161 index = SHMapPIDLToSystemImageListIndex(sf, pidlChild, &indexOpen); in BrowseToPath()
|
/reactos/dll/win32/browseui/shellbars/ |
H A D | CISFBand.cpp | 93 int index = SHMapPIDLToSystemImageListIndex(m_pISF, pidl, NULL); in CreateSimpleToolbar()
|
/reactos/dll/win32/shell32/ |
H A D | CDefView.cpp | 1399 lvItem.iImage = SHMapPIDLToSystemImageListIndex(m_pSFParent, pidlNew, 0); in LV_RenameItem() 1430 lvItem.iImage = SHMapPIDLToSystemImageListIndex(m_pSFParent, pidl, 0); in LV_UpdateItem() 2677 lpdi->item.iImage = SHMapPIDLToSystemImageListIndex(m_pSFParent, pidl, 0); in OnNotify() 2734 int iIcon = SHMapPIDLToSystemImageListIndex(m_pSFParent, pidl, 0); in OnNotify() 2806 lvItem.iImage = SHMapPIDLToSystemImageListIndex(m_pSFParent, pidlNew, 0); in OnNotify()
|
H A D | iconcache.cpp | 766 int WINAPI SHMapPIDLToSystemImageListIndex( in SHMapPIDLToSystemImageListIndex() function
|
H A D | shell32.spec | 76 77 stdcall SHMapPIDLToSystemImageListIndex(ptr ptr ptr)
|
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CMenuToolbars.cpp | 1414 INT index = SHMapPIDLToSystemImageListIndex(m_shellFolder, item, &indexOpen); in FillToolbar()
|
/reactos/dll/win32/shdocvw/ |
H A D | CNSCBand.cpp | 476 INT iIcon = SHMapPIDLToSystemImageListIndex(psfParent, pEltRelative, NULL); in _InsertItem()
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 294 SHMapPIDLToSystemImageListIndex(
|