CJumpList::GetRemovedItems

Returns array of items that represent removed destinations.

IObjectArray* GetRemovedItems();

Remarks

The removed destinations are retrieved during initialization of jump list. When generating a new destination list, applications are expected to first process the removed destinations list, clearing their tracking data for any item returned by the removed list enumerator. If an application attempts to provide an item that was just removed in the transaction that the current call to BeginList started, the method call that re-added that item will fail, to ensure that applications are respecting the removed list.

Requirements

Header: afxadv.h

See Also

Reference

CJumpList Class