ReactOS
0.4.12-dev-685-gf36cbf7
|
#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 549 of file taskmgr.c.
Referenced by Draw3dRect2(), PerformancePageWndProc(), and TaskManagerWndProc().
Definition at line 557 of file taskmgr.c.
Definition at line 76 of file taskmgr.c.
Referenced by OnCreate().
Definition at line 1178 of file taskmgr.c.
Referenced by ApplicationPageWndProc(), PerformancePageWndProc(), and ProcessPageWndProc().
Definition at line 531 of file taskmgr.c.
Referenced by Graph_DrawCpuUsageGraph(), Graph_DrawMemUsageGraph(), and Graph_DrawMemUsageHistoryGraph().
Definition at line 537 of file taskmgr.c.
Referenced by Draw3dRect().
Definition at line 1152 of file taskmgr.c.
Referenced by AffinityDialogWndProc(), DoSetPriority(), ProcessPage_OnDebug(), ProcessPage_OnEndProcess(), ProcessPage_OnEndProcessTree(), and ProcessPage_OnSetAffinity().
Definition at line 851 of file taskmgr.c.
Referenced by wWinMain().
Definition at line 579 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 782 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 795 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 914 of file taskmgr.c.
Referenced by wWinMain().
Definition at line 563 of file taskmgr.c.
Referenced by OnCreate(), and TaskManager_OnViewUpdateSpeed().
Definition at line 1136 of file taskmgr.c.
Definition at line 942 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 953 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 971 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 928 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 1005 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 987 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(), PerformancePageRefreshThread(), ProcessPage_OnViewSelectColumns(), ProcessPageCompareFunc(), ProcessPageOnNotify(), SaveColumnSettings(), SaveSettings(), SetUpdateSpeed(), TaskManager_OnOptionsAlwaysOnTop(), TaskManager_OnOptionsHideWhenMinimized(), TaskManager_OnOptionsMinimizeOnUse(), TaskManager_OnOptionsShow16BitTasks(), TaskManager_OnTabWndSelChange(), TaskManager_OnViewUpdateSpeed(), TaskManagerWndProc(), UpdateApplicationListControlViewSetting(), and UpdateProcesses().