ReactOS 0.4.16-dev-937-g7afcd2a
cleanmgr.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Disk Cleanup
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Main header file
5 * COPYRIGHT: Copyright 2023-2025 Mark Jansen <mark.jansen@reactos.org>
6 */
7
8#pragma once
9
10#ifndef STRICT
11#define STRICT
12#endif
13
14#define _ATL_APARTMENT_THREADED
15#define _ATL_NO_AUTOMATIC_NAMESPACE
16#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
17#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
18
19#define _FORCENAMELESSUNION
20
21#include <ndk/rtlfuncs.h>
22#include <windef.h>
23#include <winbase.h>
24#include <shlobj.h>
25#include <shlwapi.h>
26
27
28#include <atlbase.h>
29#include <atlcom.h>
30#include <atlstr.h>
31#include <strsafe.h>
32#include <emptyvc.h>
33#include <atlcoll.h>
34
35
36using namespace ATL;
37
38#define NDEBUG
39#include <reactos/debug.h>
40#include <reactos/shellutils.h>
41#include <ui/rosdlgs.h>
42
43
44template <class T> class CLocalPtr
45 : public CHeapPtr<T, CLocalAllocator>
46{
47public:
49 {
50 }
51
52 explicit CLocalPtr(_In_ T* pData) throw() :
54 {
55 }
56};
57
58#include "resource.h"
59#include "CProgressDlg.hpp"
60#include "CCleanupHandler.hpp"
63
64// CSelectDriveDlg.cpp
65void
PWCHAR Drive
Definition: chkdsk.c:73
CLocalPtr()
Definition: cleanmgr.h:48
CLocalPtr(_In_ T *pData)
Definition: cleanmgr.h:52
void SelectDrive(WCHAR &Drive)
result_buffer_count char *const _In_ int const _In_ bool const _In_ unsigned const _In_ STRFLT const _In_ bool const _Inout_ __crt_cached_ptd_host &ptd throw()
Definition: cvt.cpp:119
Definition: rosdlgs.h:6
#define _In_
Definition: no_sal2.h:158
TW_UINT32 TW_UINT16 TW_UINT16 TW_MEMREF pData
Definition: twain.h:1830
__wchar_t WCHAR
Definition: xmlstorage.h:180