shell.SHCreateShellItemArray
PyIShellItemArray = SHCreateShellItemArray(parent, sf
, children
)
Creates a Shell item array object.
Parameters
parent : PyIDL
Absolute ID list of parent folder, or None if sf is specifiedsf : PyIShellFolder
The Shell data source object that is the parent of the child items specified in
children. If parent is specified, this parameter can be NULL.
bNoneOK */))children : [PyIDL, ...]
Sequence of relative IDLs for items in the parent folderComments
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.