ReactOS 0.4.15-dev-7788-g1ad9096
taskbar.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TaskBarEntry
 internal task bar button management entry More...
 
struct  TaskBarMap
 map for managing the task bar buttons, mapped by application window handle More...
 
struct  TaskBar
 Taskbar window. More...
 

Macros

#define CLASSNAME_TASKBAR   TEXT("MSTaskSwWClass")
 
#define TITLE_TASKBAR   TEXT("Running Applications")
 
#define IDC_FIRST_APP   0x2000
 
#define TASKBUTTONWIDTH_MIN   38
 
#define TASKBUTTONWIDTH_MAX   160
 
#define IDW_TASKTOOLBAR   100
 
#define PM_GET_LAST_ACTIVE   (WM_APP+0x1D)
 

Macro Definition Documentation

◆ CLASSNAME_TASKBAR

#define CLASSNAME_TASKBAR   TEXT("MSTaskSwWClass")

Definition at line 32 of file taskbar.h.

◆ IDC_FIRST_APP

#define IDC_FIRST_APP   0x2000

Definition at line 35 of file taskbar.h.

◆ IDW_TASKTOOLBAR

#define IDW_TASKTOOLBAR   100

Definition at line 43 of file taskbar.h.

◆ PM_GET_LAST_ACTIVE

#define PM_GET_LAST_ACTIVE   (WM_APP+0x1D)

Definition at line 46 of file taskbar.h.

◆ TASKBUTTONWIDTH_MAX

#define TASKBUTTONWIDTH_MAX   160

Definition at line 40 of file taskbar.h.

◆ TASKBUTTONWIDTH_MIN

#define TASKBUTTONWIDTH_MIN   38

Definition at line 39 of file taskbar.h.

◆ TITLE_TASKBAR

#define TITLE_TASKBAR   TEXT("Running Applications")

Definition at line 33 of file taskbar.h.