Share via


TODAYLISTITEMTYPE

Send Feedback

This enumeration lists the types of items on the Today screen.

typedef enum _TODAYLISTITEMTYPE{
  tlitOwnerInfo = 0,
  tlitAppointments,
  tlitMail,
  tlitTasks,
  tlitCustom,
 tlitNil
} TODAYLISTITEMTYPE;

Enumerators

  • tlitOwnerInfo
    Name, company.
  • tlitAppointments
    Today's appointments and events.
  • tlitMail
    Message information.
  • tlitTasks
    Overdue and upcoming tasks.
  • tlitCustom
    Other. Use this for custom Today screen items.
  • tlitNil
    Reserved.

Remarks

These values are used to specify the type of item in the Today screen's registry keys (under HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items). Use "Type"=dword:4 (tlitCustom) for custom items.

Requirements

Pocket PC: Pocket PC 2000 and later
OS Versions: Windows CE 3.0 and later
Header: todaycmn.h

See Also

Today Screen Enumeration

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.