ReactOS 0.4.15-dev-5863-g1fe3ab7
|
#include "precomp.h"
#include "perfpage.h"
#include "about.h"
#include "affinity.h"
#include "debug.h"
#include "priority.h"
Go to the source code of this file.
Macros | |
#define | STATUS_WINDOW 2001 |
#define | ETDT_DISABLE 0x00000001 |
#define | ETDT_ENABLE 0x00000002 |
#define | ETDT_USETABTEXTURE 0x00000004 |
#define | ETDT_ENABLETAB (ETDT_ENABLE | ETDT_USETABTEXTURE) |
#define | PAGE_OFFSET_LEFT 17 |
#define | PAGE_OFFSET_TOP 72 |
#define | PAGE_OFFSET_WIDTH (PAGE_OFFSET_LEFT*2) |
#define | PAGE_OFFSET_HEIGHT (PAGE_OFFSET_TOP+32) |
Typedefs | |
typedef HRESULT(WINAPI * | ETDTProc) (HWND, DWORD) |
#define ETDT_ENABLETAB (ETDT_ENABLE | ETDT_USETABTEXTURE) |
#define PAGE_OFFSET_HEIGHT (PAGE_OFFSET_TOP+32) |
#define PAGE_OFFSET_LEFT 17 |
#define PAGE_OFFSET_TOP 72 |
#define PAGE_OFFSET_WIDTH (PAGE_OFFSET_LEFT*2) |
void Draw3dRect | ( | HDC | hDC, |
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
COLORREF | clrTopLeft, | ||
COLORREF | clrBottomRight | ||
) |
Definition at line 552 of file taskmgr.c.
Referenced by Draw3dRect2(), PerformancePageWndProc(), and TaskManagerWndProc().
Definition at line 560 of file taskmgr.c.
Definition at line 76 of file taskmgr.c.
Referenced by OnCreate().
Definition at line 1181 of file taskmgr.c.
Referenced by ApplicationPageWndProc(), PerformancePageWndProc(), and ProcessPageWndProc().
Definition at line 534 of file taskmgr.c.
Referenced by Graph_DrawCpuUsageGraph(), Graph_DrawMemUsageGraph(), Graph_DrawMemUsageHistoryGraph(), and CBrandBand::OnPaint().
Definition at line 540 of file taskmgr.c.
Referenced by Draw3dRect().
Definition at line 1155 of file taskmgr.c.
Referenced by AffinityDialogWndProc(), DoSetPriority(), ProcessPage_OnDebug(), ProcessPage_OnEndProcess(), ProcessPage_OnEndProcessTree(), and ProcessPage_OnSetAffinity().
Definition at line 854 of file taskmgr.c.
Referenced by wWinMain().
Definition at line 582 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 785 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 798 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 917 of file taskmgr.c.
Referenced by wWinMain().
Definition at line 566 of file taskmgr.c.
Referenced by OnCreate(), and TaskManager_OnViewUpdateSpeed().
Definition at line 945 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 956 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 974 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 931 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 1008 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 990 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 200 of file taskmgr.c.
Referenced by wWinMain().
int APIENTRY 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 109 of file taskmgr.c.
Definition at line 49 of file taskmgr.c.
Referenced by OnSize(), TaskManager_OnEnterMenuLoop(), and TaskManager_OnExitMenuLoop().
Definition at line 50 of file taskmgr.c.
Referenced by TaskManager_OnTabWndSelChange(), and TaskManagerWndProc().
HINSTANCE hInst |
Definition at line 35 of file taskmgr.c.
Referenced by OnCreate(), TaskManager_OnMenuSelect(), TaskManager_OnTabWndSelChange(), TaskManagerWndProc(), and wWinMain().
HWND hMainWnd |
Definition at line 37 of file taskmgr.c.
Referenced by OnCreate(), OnSize(), ShowWin32Error(), TaskManager_OnRestoreMainWindow(), TaskManager_OnTabWndSelChange(), TaskManager_OnViewUpdateSpeed(), and TaskManagerWndProc().
HWND hStatusWnd |
Definition at line 38 of file taskmgr.c.
Referenced by OnCreate(), OnSize(), TaskManager_OnEnterMenuLoop(), TaskManager_OnExitMenuLoop(), and TaskManager_OnMenuSelect().
HWND hTabWnd |
Definition at line 39 of file taskmgr.c.
Referenced by OnCreate(), OnSize(), TaskManager_OnTabWndSelChange(), and TaskManagerWndProc().
Definition at line 41 of file taskmgr.c.
Referenced by TaskManager_OnTabWndSelChange(), TaskManagerWndProc(), test_pack_CLIENTCREATESTRUCT(), and wWinMain().
int nMinimumHeight |
Definition at line 44 of file taskmgr.c.
Referenced by OnCreate(), and TaskManagerWndProc().
int nMinimumWidth |
Definition at line 43 of file taskmgr.c.
Referenced by OnCreate(), and TaskManagerWndProc().
int nOldHeight |
Definition at line 47 of file taskmgr.c.
Referenced by OnCreate(), and OnSize().
int nOldWidth |
Definition at line 46 of file taskmgr.c.
Referenced by HEADER_MouseMove(), OnCreate(), and OnSize().
TASKMANAGER_SETTINGS TaskManagerSettings |
Definition at line 52 of file taskmgr.c.
Referenced by AddColumns(), ApplicationPage_OnSwitchTo(), ApplicationPage_OnView(), ApplicationPageShowContextMenu1(), ColumnsDialogWndProc(), EnumWindowsProc(), Graph_DrawCpuUsageGraph(), LoadSettings(), OnCreate(), OnMove(), OnSize(), PerformancePage_OnViewCPUHistoryOneGraphAll(), PerformancePage_OnViewCPUHistoryOneGraphPerCPU(), PerformancePage_OnViewShowKernelTimes(), PerformancePageWndProc(), ProcessPage_OnViewSelectColumns(), ProcessPageCompareFunc(), ProcessPageOnNotify(), SaveColumnSettings(), SaveSettings(), SetUpdateSpeed(), TaskManager_OnOptionsAlwaysOnTop(), TaskManager_OnOptionsHideWhenMinimized(), TaskManager_OnOptionsMinimizeOnUse(), TaskManager_OnOptionsShow16BitTasks(), TaskManager_OnTabWndSelChange(), TaskManager_OnViewUpdateSpeed(), TaskManagerWndProc(), UpdateApplicationListControlViewSetting(), and UpdateProcesses().