Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 645 of file iconcache.cpp.
Referenced by CDefView::LV_RenameItem(), and CDefView::OnNotify().
{ int Index; UINT uGilFlags = 0; TRACE("(SF=%p,pidl=%p,%p)\n",sh,pidl,pIndex); pdump(pidl); if (SHELL_IsShortcut(pidl)) uGilFlags |= GIL_FORSHORTCUT; if (pIndex) if (!PidlToSicIndex ( sh, pidl, 1, uGilFlags, pIndex)) *pIndex = -1; if (!PidlToSicIndex ( sh, pidl, 0, uGilFlags, &Index)) return -1; return Index; }