ReactOS 0.4.16-dev-937-g7afcd2a
|
#include "cleanmgr.h"
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 |
#define STATEIMAGE_CHECKED 2 |
Definition at line 14 of file cleanmgr.cpp.
#define STATEIMAGE_UNCHECKED 1 |
Definition at line 13 of file cleanmgr.cpp.
#define STATEIMAGETOINDEX | ( | x | ) | (((x)&LVIS_STATEIMAGEMASK) >> 12) |
Definition at line 12 of file cleanmgr.cpp.
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.
CCleanMgrModule _AtlModule |
Definition at line 320 of file cleanmgr.cpp.
Referenced by wWinMain().