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 key

val : PyPROPVARIANT

The value that the change operation will apply

riid=IID_IPropertyChange : PyIID

The interface to return.