shell.SHCreateDataObject
PyIUnknown = SHCreateDataObject(parent, children
, do_inner
, iid
)
Parameters
parent : PIDL
children : [PIDL, ...]
do_inner : PyIDataObject
The inner data object, or None
bNoneOK */))iid=IID_IDataObject : PyIID
The IID to query for
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.