ITaskbarList (Windows CE 5.0)

Send Feedback

This interface is used to to control the taskbar. It allows you to add items and delete items from the taskbar dynamically.

Methods

The following table shows the methods for this interface in the order that the compiler calls the methods.

Method Description
HrInit This method initializes the taskbar list object. This method must be called before any other ITaskbarList methods can be called.
AddTab This method adds an item to the taskbar.
DeleteTab This method deletes an item from the taskbar.
ActivateTab This method activates an item on the taskbar.
SetActiveAlt This method marks a taskbar item as active but does not visually activate it.

Remarks

ITaskbarList is implemented by the shell, so there is no need to implement this interface directly.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Shobjidl.h, Shobjidl.idl.
Link Library: Implementation dependent.

See Also

Standard Shell Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.