ReactOS 0.4.16-dev-321-g63bb46a
|
#include "Unfrag.h"
#include "MainDialog.h"
#include "resource.h"
#include "Fraginator.h"
#include "Defragment.h"
#include "ReportDialog.h"
Go to the source code of this file.
Macros | |
#define | IDLETIME 25 |
Functions | |
static void | InitDialog (HWND Dlg) |
void | UpdateDefragInfo (HWND Dlg) |
void | UpdatePriority (HWND Dlg) |
wstring | GetDefaultTitle (void) |
wstring | GetDefragTitle (void) |
void | SetDisables (HWND Dlg) |
INT_PTR CALLBACK | MainDialogProc (HWND Dlg, UINT Msg, WPARAM WParam, LPARAM LParam) |
bool | GetRegKeys (HKEY *RegKeyResult) |
bool | DoneRegKey (HKEY RegKey) |
void | SaveSettings (HWND Dlg) |
void | LoadSettings (HWND Dlg) |
Variables | |
vector< wstring > | DrivesList |
LRESULT | AnalyzeID |
LRESULT | FastID |
LRESULT | ExtensiveID |
bool | QuitWhenDone |
bool | Stopping |
LRESULT | PriHighID |
LRESULT | PriAboveNormID |
LRESULT | PriNormalID |
LRESULT | PriBelowNormID |
LRESULT | PriIdleID |
wstring | OldWindowText = L"" |
#define IDLETIME 25 |
Definition at line 421 of file MainDialog.cpp.
Definition at line 256 of file MainDialog.cpp.
Referenced by LoadSettings(), and SaveSettings().
wstring GetDefaultTitle | ( | void | ) |
Definition at line 148 of file MainDialog.cpp.
Referenced by GetDefragTitle(), and MainDialogProc().
wstring GetDefragTitle | ( | void | ) |
Definition at line 159 of file MainDialog.cpp.
Referenced by MainDialogProc().
Definition at line 230 of file MainDialog.cpp.
Referenced by LoadSettings(), and SaveSettings().
Definition at line 33 of file MainDialog.cpp.
Referenced by MainDialogProc().
Definition at line 328 of file MainDialog.cpp.
Definition at line 424 of file MainDialog.cpp.
Referenced by wWinMain().
Definition at line 263 of file MainDialog.cpp.
Definition at line 177 of file MainDialog.cpp.
Referenced by MainDialogProc().
Definition at line 94 of file MainDialog.cpp.
Referenced by MainDialogProc().
Definition at line 200 of file MainDialog.cpp.
Referenced by InitDialog(), and MainDialogProc().
LRESULT AnalyzeID |
Definition at line 10 of file MainDialog.cpp.
Referenced by InitDialog(), LoadSettings(), MainDialogProc(), and SaveSettings().
vector<wstring> DrivesList |
Definition at line 9 of file MainDialog.cpp.
Referenced by InitDialog(), and ViEnumerateDrives().
LRESULT ExtensiveID |
Definition at line 12 of file MainDialog.cpp.
Referenced by InitDialog(), LoadSettings(), MainDialogProc(), and SaveSettings().
LRESULT FastID |
Definition at line 11 of file MainDialog.cpp.
Referenced by InitDialog(), LoadSettings(), MainDialogProc(), and SaveSettings().
wstring OldWindowText = L"" |
Definition at line 422 of file MainDialog.cpp.
Referenced by MainDialogProc().
LRESULT PriAboveNormID |
Definition at line 18 of file MainDialog.cpp.
Referenced by InitDialog(), LoadSettings(), SaveSettings(), and UpdatePriority().
LRESULT PriBelowNormID |
Definition at line 20 of file MainDialog.cpp.
Referenced by InitDialog(), LoadSettings(), SaveSettings(), and UpdatePriority().
LRESULT PriHighID |
Definition at line 17 of file MainDialog.cpp.
Referenced by InitDialog(), LoadSettings(), SaveSettings(), and UpdatePriority().
LRESULT PriIdleID |
Definition at line 21 of file MainDialog.cpp.
Referenced by InitDialog(), LoadSettings(), SaveSettings(), and UpdatePriority().
LRESULT PriNormalID |
Definition at line 19 of file MainDialog.cpp.
Referenced by InitDialog(), LoadSettings(), SaveSettings(), and UpdatePriority().
bool QuitWhenDone |
Definition at line 13 of file MainDialog.cpp.
Referenced by MainDialogProc().
bool Stopping |
Definition at line 14 of file MainDialog.cpp.
Referenced by MainDialogProc().