Interface used to retrieve the jump lists for an application
Available on Windows 7 and later
-
Specifies the application whose jump list is to be accessed
-
Retrieves a list of items in a jump list
PyIApplicationDocumentLists.GetList
PyIEnumObjects = GetList(ListType, ItemsDesired
, riid
) Retrieves a list of items in a jump list
-
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
PyIApplicationDocumentLists.SetAppID
SetAppID(AppID) Specifies the application whose jump list is to be accessed
-
AppID : str
Taskbar identifier for the application
This method is only needed if the application sets its own taskbar identifier