Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.35 KB

PyIApplicationDocumentLists.md

File metadata and controls

60 lines (30 loc) · 1.35 KB

PyIApplicationDocumentLists

PyIApplicationDocumentLists Object

Interface used to retrieve the jump lists for an application

Comments

Available on Windows 7 and later

Methods

  • SetAppID

    Specifies the application whose jump list is to be accessed 

  • GetList

    Retrieves a list of items in a jump list 

PyIEnumObjects = GetList(ListType, ItemsDesired

, riid

) Retrieves a list of items in a jump list

Parameters

  • ListType : int

    Type of document list to return, shellcon.ADLT_RECENT or ADLT_FREQUENT

  • ItemsDesired=0 : int

    Number of items to return, use 0 for all available

  • riid=IID_IEnumObjects : PyIID

    The interface to return, IID_IEnumObjects or IID_IObjectArray

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