propsys.SHGetPropertyStoreFromParsingName

PyIPropertyStore = SHGetPropertyStoreFromParsingName(Path, BindCtx , Flags , riid )

Retrieves the property store for an item by path

Parameters

Path : string

Path to file

BindCtx=None : PyIBindCtx

Bind context, or None

Flags=GPS_DEFAULT : int

Combination of GETPROPERTYSTOREFLAGS values (shellcon.GPS_*)

riid=IID_IPropertyStore : PyIID

The interface to return

Comments

This function does not exist on XP, even with Desktop Search installed