Searched refs:Pidls (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | CDefView.cpp | 2845 PIDLIST_ABSOLUTE *Pidls; in OnChangeNotify() local 2847 HANDLE hLock = SHChangeNotification_Lock(hChange, dwProcID, &Pidls, &lEvent); in OnChangeNotify() 2854 TRACE("(%p)(%p,%p,%p)\n", this, Pidls[0], Pidls[1], lParam); in OnChangeNotify() 2856 if (_DoFolderViewCB(SFVM_FSNOTIFY, (WPARAM)Pidls, lEvent) == S_FALSE) in OnChangeNotify() 2870 if (_ILIsSpecialFolder(Pidls[0]) || ILIsParentOrSpecialParent(m_pidlParent, Pidls[0])) in OnChangeNotify() 2872 child0 = ILFindLastID(Pidls[0]); in OnChangeNotify() 2877 if (_ILIsSpecialFolder(Pidls[1]) || ILIsParentOrSpecialParent(m_pidlParent, Pidls[1])) in OnChangeNotify() 2879 child1 = ILFindLastID(Pidls[1]); in OnChangeNotify()
|