propsys.PSCreatePropertyStoreFromPropertySetStorage

PyIPropertyStore = PSCreatePropertyStoreFromPropertySetStorage(pss, Mode , riid )

Wraps a PyIPropertySetStorage interface in a PyIPropertyStore object

Parameters

pss : PyIPropertySetStorage

Property container to be adapted

Mode : int

Read or write mode, shellcon.STGM_*. Must match mode used to open input interface.

riid=IID_IPropertyStore : PyIID

The interface to create

Comments

This function does not work for the NTFS property storage implementation based on alternate data streams.