(int, interface, interface) = CreateItem(Name, Attributes
, Size
, Flags
, riidItem
, riidResources
)
Requests that a new item be created
Parameters
Name : str
Filename to be createdAttributes : int
File attributesSize : int
Size of fileFlags : int
Combination of shellcon.TSF_* flagsriidItem=IID_IShellItem : PyIID
Item interface to return
riidResources=IID_IShellItemResources : PyIID
Resource interface to return
Return Value
Returns the HRESULT and requested interfaces. Interfaces may be None if
function returns one of the informational codes (shellcon.COPYENGINE_S_*)