|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Data Structures |
| struct | TASKMANAGER_SETTINGS |
Defines |
| #define | RUN_APPS_PAGE |
| #define | RUN_PROC_PAGE |
| #define | RUN_PERF_PAGE |
| #define | STATUS_WINDOW 2001 |
| #define | STATUS_SIZE1 80 |
| #define | STATUS_SIZE2 210 |
| #define | STATUS_SIZE3 400 |
Typedefs |
typedef struct
TASKMANAGER_SETTINGS * | LPTASKMANAGER_SETTINGS |
Functions |
| INT_PTR CALLBACK | TaskManagerWndProc (HWND, UINT, WPARAM, LPARAM) |
| BOOL | OnCreate (HWND hWnd) |
| void | OnSize (WPARAM nType, int cx, int cy) |
| void | OnMove (WPARAM nType, int cx, int cy) |
| void | FillSolidRect (HDC hDC, LPCRECT lpRect, COLORREF clr) |
| void | FillSolidRect2 (HDC hDC, int x, int y, int cx, int cy, COLORREF clr) |
| void | Draw3dRect (HDC hDC, int x, int y, int cx, int cy, COLORREF clrTopLeft, COLORREF clrBottomRight) |
| void | Draw3dRect2 (HDC hDC, LPRECT lpRect, COLORREF clrTopLeft, COLORREF clrBottomRight) |
| void | LoadSettings (void) |
| void | SaveSettings (void) |
| void | TaskManager_OnRestoreMainWindow (void) |
| void | TaskManager_OnEnterMenuLoop (HWND hWnd) |
| void | TaskManager_OnExitMenuLoop (HWND hWnd) |
| void | TaskManager_OnMenuSelect (HWND hWnd, UINT nItemID, UINT nFlags, HMENU hSysMenu) |
| void | TaskManager_OnViewUpdateSpeed (DWORD) |
| void | TaskManager_OnTabWndSelChange (void) |
| LPTSTR | GetLastErrorText (LPTSTR lpszBuf, DWORD dwSize) |
| DWORD | EndLocalThread (HANDLE *hThread, DWORD dwThread) |
Variables |
| HINSTANCE | hInst |
| HWND | hMainWnd |
| HWND | hStatusWnd |
| HWND | hTabWnd |
| int | nMinimumWidth |
| int | nMinimumHeight |
| int | nOldWidth |
| int | nOldHeight |
| TASKMANAGER_SETTINGS | TaskManagerSettings |
Generated on Fri May 25 2012 04:42:32 for ReactOS by
1.7.6.1
|