ReactOS 0.4.16-dev-1025-gd3456f5
_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 81 of file taskswnd.cpp.

Member Data Documentation

◆ 

union { ... } _TASK_ITEM::@93

◆ dwFlags

DWORD _TASK_ITEM::dwFlags

Definition at line 90 of file taskswnd.cpp.

◆ Group

◆ hWnd

◆ IconIndex

INT _TASK_ITEM::IconIndex

Definition at line 86 of file taskswnd.cpp.

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

◆ Index

◆ IsFlashing

DWORD _TASK_ITEM::IsFlashing

Definition at line 95 of file taskswnd.cpp.

◆ RenderFlashed

DWORD _TASK_ITEM::RenderFlashed

Definition at line 99 of file taskswnd.cpp.


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