shell.SHGetViewStatePropertyBag
PyIPropertyBag = SHGetViewStatePropertyBag(pidl, BagName
, Flags
, riid
)
Retrieves an interface for the view state of a folder
Parameters
pidl : PyIDL
An item id list that identifies the folderBagName : string
Name of the property bag to retrieveFlags : int
Combination of SHGVSPB_* flagsriid : PyIID
The interface to return, usually IID_IPropertyBagComments
This function will also return IPropertyBag2, but we don't have a python implementation of this interface yet