PyIShellItem2.GetPropertyStoreWithCreateObject

PyIPropertyStore = GetPropertyStoreWithCreateObject(Flags, CreateObject , riid )

Returns the property store for the item, with alternate handler instantiation

Parameters

Flags : int

Combination of GETPROPERTYSTOREFLAGS values (shellcon.GPS_*)

CreateObject : PyIUnknown

An interface that implements ICreateObject, used to create the property handler

riid=IID_IPropertyStore : PyIID

The interface to be created

Comments

Primarily used to create a handler in a separate process with reduced privileges