shell.SHCreateItemWithParent

SHCreateItemWithParent(parent, parent, child, iid)

Create a Shell item, given a parent folder and a child item ID.

Parameters

parent : PIDL

parent : PyIShellFolder

child : PIDL

iid : PyIID

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.