|
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.
Defines |
| #define | STATUS_WINDOW 2001 |
| #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) |
Functions |
| 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) |
| 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) |
| 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_OnEnterMenuLoop (HWND hWnd) |
| void | TaskManager_OnExitMenuLoop (HWND hWnd) |
| void | TaskManager_OnMenuSelect (HWND hWnd, UINT nItemID, UINT nFlags, HMENU hSysMenu) |
| void | TaskManager_OnViewUpdateSpeed (DWORD dwSpeed) |
| void | TaskManager_OnTabWndSelChange (void) |
| LPWSTR | GetLastErrorText (LPWSTR 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 |
| BOOL | bInMenuLoop = FALSE |
| TASKMANAGER_SETTINGS | TaskManagerSettings |
Generated on Sun May 27 2012 04:44:02 for ReactOS by
1.7.6.1
|