Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/folders/
H A DCRecycleBin.cpp246 static void CRecycleBin_ChangeNotifyBBItem(_In_ LONG Event, _In_opt_ LPCITEMIDLIST BBItem) in CRecycleBin_ChangeNotifyBBItem() argument
251 if (BBItem) in CRecycleBin_ChangeNotifyBBItem()
253 assert(ValidateItem(BBItem)); in CRecycleBin_ChangeNotifyBBItem()
254 if (LPITEMIDLIST pidlFull = ILCombine(pidlFolder, BBItem)) in CRecycleBin_ChangeNotifyBBItem()
285 static void CRecycleBin_NotifyRemovedFromRecycleBin(LPCITEMIDLIST BBItem) in CRecycleBin_NotifyRemovedFromRecycleBin() argument
287 CRecycleBin_ChangeNotifyBBItem(IsFolder(BBItem) ? SHCNE_RMDIR : SHCNE_DELETE, BBItem); in CRecycleBin_NotifyRemovedFromRecycleBin()