ReactOS 0.4.16-dev-814-g656a5dc
|
Go to the source code of this file.
Classes | |
struct | _TASK_GROUP |
struct | _TASK_ITEM |
class | CHardErrorThread |
class | CTaskToolbar |
class | CTaskSwitchWnd |
Macros | |
#define | DUMP_TASKS 0 |
#define | DEBUG_SHELL_HOOK 0 |
#define | MAX_TASKS_COUNT (0x7FFF) |
#define | TASK_ITEM_ARRAY_ALLOC 64 |
#define | GET_ICON(type) SendMessageTimeout(hwnd, WM_GETICON, (type), 0, SMTO_NOTIMEOUTIFNOTHUNG, 100, (PDWORD_PTR)&hIcon) |
Typedefs | |
typedef struct _TASK_GROUP | TASK_GROUP |
typedef struct _TASK_GROUP * | PTASK_GROUP |
typedef struct _TASK_ITEM | TASK_ITEM |
typedef struct _TASK_ITEM * | PTASK_ITEM |
Functions | |
HRESULT | CTaskSwitchWnd_CreateInstance (IN HWND hWndParent, IN OUT ITrayWindow *Tray, REFIID riid, void **ppv) |
Variables | |
const WCHAR | szTaskSwitchWndClass [] = L"MSTaskSwWClass" |
const WCHAR | szRunningApps [] = L"Running Applications" |
#define DEBUG_SHELL_HOOK 0 |
Definition at line 27 of file taskswnd.cpp.
#define DUMP_TASKS 0 |
Definition at line 26 of file taskswnd.cpp.
#define GET_ICON | ( | type | ) | SendMessageTimeout(hwnd, WM_GETICON, (type), 0, SMTO_NOTIMEOUTIFNOTHUNG, 100, (PDWORD_PTR)&hIcon) |
#define MAX_TASKS_COUNT (0x7FFF) |
Definition at line 29 of file taskswnd.cpp.
#define TASK_ITEM_ARRAY_ALLOC 64 |
Definition at line 30 of file taskswnd.cpp.
typedef struct _TASK_GROUP * PTASK_GROUP |
typedef struct _TASK_ITEM * PTASK_ITEM |
typedef struct _TASK_GROUP TASK_GROUP |
typedef struct _TASK_ITEM TASK_ITEM |
HRESULT CTaskSwitchWnd_CreateInstance | ( | IN HWND | hWndParent, |
IN OUT ITrayWindow * | Tray, | ||
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 33 of file taskswnd.cpp.
Referenced by CTaskSwitchWnd::Initialize().
Definition at line 32 of file taskswnd.cpp.