propsys.PSCreateSimplePropertyChange
PyIPropertyChange = PSCreateSimplePropertyChange(flags, key
, val
, riid
)
Creates an IPropertyChange interface used to
apply changes to a PyPROPVARIANT
Parameters
flags : int
The change operation, pscon.PKA_*key : PyPROPERTYKEY
The property keyval : PyPROPVARIANT
The value that the change operation will applyriid=IID_IPropertyChange : PyIID
The interface to return.