ReactOS 0.4.16-dev-937-g7afcd2a
cleanmgr.cpp File Reference
#include "cleanmgr.h"
Include dependency graph for cleanmgr.cpp:

Go to the source code of this file.

Classes

struct  CCleanMgrProperties
 
class  CCleanMgrModule
 

Macros

#define STATEIMAGETOINDEX(x)   (((x)&LVIS_STATEIMAGEMASK) >> 12)
 
#define STATEIMAGE_UNCHECKED   1
 
#define STATEIMAGE_CHECKED   2
 

Functions

int WINAPI wWinMain (HINSTANCE, HINSTANCE, LPWSTR, int nShowCmd)
 

Variables

CCleanMgrModule _AtlModule
 

Macro Definition Documentation

◆ STATEIMAGE_CHECKED

#define STATEIMAGE_CHECKED   2

Definition at line 14 of file cleanmgr.cpp.

◆ STATEIMAGE_UNCHECKED

#define STATEIMAGE_UNCHECKED   1

Definition at line 13 of file cleanmgr.cpp.

◆ STATEIMAGETOINDEX

#define STATEIMAGETOINDEX (   x)    (((x)&LVIS_STATEIMAGEMASK) >> 12)

Definition at line 12 of file cleanmgr.cpp.

Function Documentation

◆ wWinMain()

int WINAPI wWinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPWSTR  lpCmdLine,
int  nShowCmd 
)

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 324 of file cleanmgr.cpp.

326{
327 return _AtlModule.WinMain(nShowCmd);
328}
int WinMain(int nShowCmd)
Definition: atlbase.h:762
CCleanMgrModule _AtlModule
Definition: cleanmgr.cpp:320

Variable Documentation

◆ _AtlModule

CCleanMgrModule _AtlModule

Definition at line 320 of file cleanmgr.cpp.

Referenced by wWinMain().