|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <CCleanupHandlerList.hpp>
Public Member Functions | |
| void | LoadHandlers (WCHAR Drive) |
| DWORDLONG | ScanDrive (IEmptyVolumeCacheCallBack *picb) |
| void | ExecuteCleanup (IEmptyVolumeCacheCallBack *picb) |
| template<typename Fn > | |
| void | ForEach (Fn callback) |
Private Attributes | |
| CAtlList< CCleanupHandler * > | m_Handlers |
| CStringW | m_DriveStr |
Definition at line 9 of file CCleanupHandlerList.hpp.
| void CCleanupHandlerList::ExecuteCleanup | ( | IEmptyVolumeCacheCallBack * | picb | ) |
Definition at line 128 of file CCleanupHandlerList.cpp.
Definition at line 22 of file CCleanupHandlerList.hpp.
Referenced by ExecuteCleanup(), CCleanMgrProperties::OnInitDialog(), ScanDrive(), and CCleanMgrProperties::UpdateSpaceUsed().
Definition at line 10 of file CCleanupHandlerList.cpp.
| DWORDLONG CCleanupHandlerList::ScanDrive | ( | IEmptyVolumeCacheCallBack * | picb | ) |
Definition at line 91 of file CCleanupHandlerList.cpp.
|
private |
Definition at line 13 of file CCleanupHandlerList.hpp.
Referenced by ExecuteCleanup(), LoadHandlers(), and ScanDrive().
|
private |
Definition at line 12 of file CCleanupHandlerList.hpp.
Referenced by ForEach(), LoadHandlers(), and ScanDrive().