ReactOS 0.4.16-dev-937-g7afcd2a
cleanmgr.h File Reference
#include <ndk/rtlfuncs.h>
#include <windef.h>
#include <winbase.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <atlbase.h>
#include <atlcom.h>
#include <atlstr.h>
#include <strsafe.h>
#include <emptyvc.h>
#include <atlcoll.h>
#include <reactos/debug.h>
#include <reactos/shellutils.h>
#include <ui/rosdlgs.h>
#include "resource.h"
#include "CProgressDlg.hpp"
#include "CCleanupHandler.hpp"
#include "CCleanupHandlerList.hpp"
#include "CEmptyVolumeCacheCallBack.hpp"
Include dependency graph for cleanmgr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CLocalPtr< T >
 

Macros

#define STRICT
 
#define _ATL_APARTMENT_THREADED
 
#define _ATL_NO_AUTOMATIC_NAMESPACE
 
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
 
#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
 
#define _FORCENAMELESSUNION
 
#define NDEBUG
 

Functions

void SelectDrive (WCHAR &Drive)
 

Macro Definition Documentation

◆ _ATL_APARTMENT_THREADED

#define _ATL_APARTMENT_THREADED

Definition at line 14 of file cleanmgr.h.

◆ _ATL_CSTRING_EXPLICIT_CONSTRUCTORS

#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS

Definition at line 16 of file cleanmgr.h.

◆ _ATL_NO_AUTOMATIC_NAMESPACE

#define _ATL_NO_AUTOMATIC_NAMESPACE

Definition at line 15 of file cleanmgr.h.

◆ _FORCENAMELESSUNION

#define _FORCENAMELESSUNION

Definition at line 19 of file cleanmgr.h.

◆ ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW

#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW

Definition at line 17 of file cleanmgr.h.

◆ NDEBUG

#define NDEBUG

Definition at line 38 of file cleanmgr.h.

◆ STRICT

#define STRICT

Definition at line 11 of file cleanmgr.h.

Function Documentation

◆ SelectDrive()

void SelectDrive ( WCHAR Drive)

Definition at line 73 of file CSelectDriveDlg.cpp.

74{
75 CSelectDriveDlg dlgSelectDrive;
76 if (dlgSelectDrive.DoModal() == IDOK)
77 {
78 Drive = dlgSelectDrive.m_SelectedDrive;
79 }
80}
PWCHAR Drive
Definition: chkdsk.c:73
INT_PTR DoModal(HWND hWndParent=::GetActiveWindow(), LPARAM dwInitParam=0)
Definition: atlwin.h:1504
#define IDOK
Definition: winuser.h:833

Referenced by AtapiDmaInit(), AtapiFindIsaController(), CheckDevice(), FindDevices(), CCleanMgrModule::Run(), UniataAnybodyHome(), and UniataFindBusMasterController().