TODAYLISTITEMTYPE
4/8/2010
Important
This section applies to the Windows Classic Home screen and not the Windows Default Home screen.
This enumeration lists the types of items on the Home screen.
Syntax
typedef enum _TODAYLISTITEMTYPE{
tlitOwnerInfo = 0,
tlitAppointments,
tlitMail,
tlitTasks,
tlitCustom,
tlitNil
} TODAYLISTITEMTYPE;
Enumerators
- tlitOwnerInfo
Name, company.
- tlitAppointments
Home screen appointments and events.
- tlitMail
Message information.
- tlitTasks
Overdue and upcoming tasks.
- tlitCustom
Other. Use this for custom Home screen items.
- tlitNil
Reserved.
Remarks
These values are used to specify the type of item in the Home screen's registry keys (under HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items). Use "Type"=dword:4 (tlitCustom) for custom items.
Requirements
Header | todaycmn.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later |