ReactOS 0.4.16-dev-340-g0540c21
|
#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) |
Functions | |
BOOL | EnableDialogTheme (HWND hwnd) |
int APIENTRY | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
INT_PTR CALLBACK | TaskManagerWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
void | FillSolidRect (HDC hDC, LPCRECT lpRect, COLORREF clr) |
static void | SetUpdateSpeed (HWND hWnd) |
BOOL | OnCreate (HWND hWnd) |
void | OnMove (WPARAM nType, int cx, int cy) |
void | OnSize (WPARAM nType, int cx, int cy) |
void | LoadSettings (void) |
void | SaveSettings (void) |
void | TaskManager_OnRestoreMainWindow (void) |
void | TaskManager_OnMenuSelect (HWND hWnd, UINT nItemID, UINT nFlags, HMENU hSysMenu) |
void | TaskManager_OnViewUpdateSpeed (DWORD dwSpeed) |
void | TaskManager_OnTabWndSelChange (void) |
BOOL | ConfirmMessageBox (HWND hWnd, LPCWSTR Text, LPCWSTR Title, UINT Type) |
VOID | ShowWin32Error (DWORD dwError) |
LPWSTR | GetLastErrorText (LPWSTR lpszBuf, DWORD dwSize) |
DWORD | EndLocalThread (HANDLE *hThread, DWORD dwThread) |
#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) |
Definition at line 1059 of file taskmgr.c.
Referenced by DoSetPriority(), ProcessPage_OnDebug(), ProcessPage_OnEndProcess(), and ProcessPage_OnEndProcessTree().
Definition at line 61 of file taskmgr.c.
Referenced by OnCreate().
Definition at line 1109 of file taskmgr.c.
Referenced by ApplicationPageWndProc(), PerformancePageWndProc(), and ProcessPageWndProc().
Definition at line 491 of file taskmgr.c.
Referenced by Graph_DrawCpuUsageGraph(), Graph_DrawMemUsageGraph(), Graph_DrawMemUsageHistoryGraph(), and CBrandBand::OnPaint().
Definition at line 1083 of file taskmgr.c.
Referenced by AffinityDialogWndProc(), DoSetPriority(), ProcessPage_OnDebug(), ProcessPage_OnEndProcess(), ProcessPage_OnEndProcessTree(), and ProcessPage_OnSetAffinity().
Definition at line 783 of file taskmgr.c.
Referenced by wWinMain().
Definition at line 513 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 716 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 729 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 846 of file taskmgr.c.
Referenced by wWinMain().
Definition at line 497 of file taskmgr.c.
Referenced by OnCreate(), and TaskManager_OnViewUpdateSpeed().
Definition at line 871 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 860 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 928 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 910 of file taskmgr.c.
Referenced by TaskManagerWndProc().
Definition at line 183 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 94 of file taskmgr.c.
Definition at line 34 of file taskmgr.c.
Referenced by PerformancePageRefreshThread(), and TaskManager_OnMenuSelect().
Definition at line 35 of file taskmgr.c.
Referenced by TaskManager_OnTabWndSelChange(), and TaskManagerWndProc().
HINSTANCE hInst |
Definition at line 20 of file taskmgr.c.
Referenced by OnCreate(), TaskManager_OnMenuSelect(), TaskManager_OnTabWndSelChange(), TaskManagerWndProc(), and wWinMain().
HWND hMainWnd |
Definition at line 22 of file taskmgr.c.
Referenced by OnCreate(), OnSize(), ShowWin32Error(), TaskManager_OnRestoreMainWindow(), TaskManager_OnTabWndSelChange(), TaskManager_OnViewUpdateSpeed(), and TaskManagerWndProc().
HWND hStatusWnd |
Definition at line 23 of file taskmgr.c.
Referenced by OnCreate(), OnSize(), and TaskManager_OnMenuSelect().
HWND hTabWnd |
Definition at line 24 of file taskmgr.c.
Referenced by OnCreate(), OnSize(), TaskManager_OnTabWndSelChange(), and TaskManagerWndProc().
Definition at line 26 of file taskmgr.c.
Referenced by TaskManager_OnTabWndSelChange(), TaskManagerWndProc(), test_pack_CLIENTCREATESTRUCT(), and wWinMain().
int nMinimumHeight |
Definition at line 29 of file taskmgr.c.
Referenced by OnCreate(), and TaskManagerWndProc().
int nMinimumWidth |
Definition at line 28 of file taskmgr.c.
Referenced by OnCreate(), and TaskManagerWndProc().
int nOldHeight |
Definition at line 32 of file taskmgr.c.
Referenced by OnCreate(), and OnSize().
int nOldWidth |
Definition at line 31 of file taskmgr.c.
Referenced by HEADER_MouseMove(), OnCreate(), and OnSize().
TASKMANAGER_SETTINGS TaskManagerSettings |
Definition at line 37 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().