Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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 |