ReactOS 0.4.15-dev-7924-g5949c20
_TASK_ITEM Struct Reference
Collaboration diagram for _TASK_ITEM:

Public Attributes

HWND hWnd
 
PTASK_GROUP Group
 
INT Index
 
INT IconIndex
 
union {
   DWORD   dwFlags
 
   struct {
      DWORD   IsFlashing: 1
 
      DWORD   RenderFlashed: 1
 
   } 
 
}; 
 

Detailed Description

Definition at line 79 of file taskswnd.cpp.

Member Data Documentation

◆ 

union { ... } _TASK_ITEM::@87

◆ dwFlags

DWORD _TASK_ITEM::dwFlags

Definition at line 88 of file taskswnd.cpp.

◆ Group

◆ hWnd

◆ IconIndex

INT _TASK_ITEM::IconIndex

Definition at line 84 of file taskswnd.cpp.

Referenced by CTaskSwitchWnd::RemoveIcon(), and CTaskSwitchWnd::UpdateButtonsSize().

◆ Index

◆ IsFlashing

DWORD _TASK_ITEM::IsFlashing

Definition at line 93 of file taskswnd.cpp.

◆ RenderFlashed

DWORD _TASK_ITEM::RenderFlashed

Definition at line 97 of file taskswnd.cpp.


The documentation for this struct was generated from the following file: