|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <CCleanupHandler.hpp>

Public Member Functions | |
| CCleanupHandler (CRegKey &subKey, const CStringW &keyName, const GUID &guid) | |
| ~CCleanupHandler () | |
| void | Deactivate () |
| bool | Initialize (LPCWSTR pcwszVolume) |
| void | ReadProperty (LPCWSTR Name, IPropertyBag *pBag, CComHeapPtr< WCHAR > &storage) |
| BOOL | HasSettings () const |
| BOOL | DontShowIfZero () const |
Public Attributes | |
| CRegKey | hSubKey |
| CStringW | KeyName |
| GUID | Guid |
| CComHeapPtr< WCHAR > | wszDisplayName |
| CComHeapPtr< WCHAR > | wszDescription |
| CComHeapPtr< WCHAR > | wszBtnText |
| CStringW | IconPath |
| DWORD | dwFlags |
| DWORD | Priority |
| DWORD | StateFlags |
| CComPtr< IEmptyVolumeCache > | Handler |
| DWORDLONG | SpaceUsed |
| bool | ShowHandler |
| HICON | hIcon |
Definition at line 11 of file CCleanupHandler.hpp.
Definition at line 11 of file CCleanupHandler.cpp.
| CCleanupHandler::~CCleanupHandler | ( | ) |
Definition at line 24 of file CCleanupHandler.cpp.
| void CCleanupHandler::Deactivate | ( | ) |
Definition at line 31 of file CCleanupHandler.cpp.
Referenced by ~CCleanupHandler().
| BOOL CCleanupHandler::DontShowIfZero | ( | ) | const |
Definition at line 208 of file CCleanupHandler.cpp.
| BOOL CCleanupHandler::HasSettings | ( | ) | const |
Definition at line 202 of file CCleanupHandler.cpp.
Definition at line 43 of file CCleanupHandler.cpp.
| void CCleanupHandler::ReadProperty | ( | LPCWSTR | Name, |
| IPropertyBag * | pBag, | ||
| CComHeapPtr< WCHAR > & | storage | ||
| ) |
Definition at line 171 of file CCleanupHandler.cpp.
Referenced by Initialize().
| DWORD CCleanupHandler::dwFlags |
Definition at line 39 of file CCleanupHandler.hpp.
| GUID CCleanupHandler::Guid |
Definition at line 32 of file CCleanupHandler.hpp.
| CComPtr<IEmptyVolumeCache> CCleanupHandler::Handler |
Definition at line 43 of file CCleanupHandler.hpp.
Referenced by Deactivate(), and Initialize().
| HICON CCleanupHandler::hIcon |
Definition at line 46 of file CCleanupHandler.hpp.
Referenced by Initialize(), and ~CCleanupHandler().
| CRegKey CCleanupHandler::hSubKey |
Definition at line 30 of file CCleanupHandler.hpp.
Referenced by Initialize(), and ReadProperty().
| CStringW CCleanupHandler::IconPath |
Definition at line 38 of file CCleanupHandler.hpp.
| CStringW CCleanupHandler::KeyName |
Definition at line 31 of file CCleanupHandler.hpp.
| DWORD CCleanupHandler::Priority |
Definition at line 40 of file CCleanupHandler.hpp.
Referenced by Initialize().
| bool CCleanupHandler::ShowHandler |
Definition at line 45 of file CCleanupHandler.hpp.
| DWORDLONG CCleanupHandler::SpaceUsed |
Definition at line 44 of file CCleanupHandler.hpp.
| DWORD CCleanupHandler::StateFlags |
Definition at line 41 of file CCleanupHandler.hpp.
Referenced by Initialize().
| CComHeapPtr<WCHAR> CCleanupHandler::wszBtnText |
Definition at line 36 of file CCleanupHandler.hpp.
Referenced by Initialize().
| CComHeapPtr<WCHAR> CCleanupHandler::wszDescription |
Definition at line 35 of file CCleanupHandler.hpp.
Referenced by Initialize().
| CComHeapPtr<WCHAR> CCleanupHandler::wszDisplayName |
Definition at line 34 of file CCleanupHandler.hpp.
Referenced by Initialize().