Skip to content

Latest commit

 

History

History
62 lines (31 loc) · 1.54 KB

PyIApplicationDestinations.md

File metadata and controls

62 lines (31 loc) · 1.54 KB

PyIApplicationDestinations

PyIApplicationDestinations Object

Allows an application to removed items from its jump lists

Comments

Available on Windows 7 and later

Methods

PyIApplicationDestinations.RemoveAllDestinations

RemoveAllDestinations() Removes all Recent and Frequent jump list entries

PyIApplicationDestinations.RemoveDestination

RemoveDestination(punk) Removes a single entry from the jump lists

Parameters

  • punk : PyIUnknown

    IShellItem or IShellLink representing an item in the application's jump list

Comments

Does not remove pinned items

SetAppID(AppID) Specifies the application whose jump list is to be accessed

Parameters

  • AppID : str

    Taskbar identifier for the application

Comments

This method is only needed if the application sets its own taskbar identifier