PyIShellFolder.GetUIObjectOf

int, PyIUnknown = GetUIObjectOf(hwndOwner, pidl , riid , rgfReserved )

Creates an interface to one or more items in a shell folder

Parameters

hwndOwner : PyHANDLE

Specifies a window in which to display any required dialogs or errors, can be 0

pidl : (PyIDL,...)

A sequence of single-level pidls identifying items in the folder

riid : PyIID

The interface to create, one of IID_IContextMenu, IID_IContextMenu2, IID_IDataObject, IID_IDropTarget, IID_IExtractIcon, IID_IQueryInfo

rgfReserved=0 : int

Reserved, use 0 if passed in