shell.SHCreateShellItemArrayFromIDLists

PyIShellItemArray = SHCreateShellItemArrayFromIDLists(pidls)

Creates a shell item array from a number of item identifiers

Parameters

pidls : [PyIDL, ...]

A sequence of absolute IDLs.

Comments

This function is only available on Vista and later; a COM exception with E_NOTIMPL will be thrown if the function can't be located.