int = PropertyFailure(Item, key
, Error
)
Notifies user of failure to set an item's properties
Parameters
Item : PyIShellItem
The item whose property could not be setkey : PyPROPERTYKEY
Identifies the property that caused the error, or None if all properties failedError : int
HRESULT error code returned by the operationReturn Value
Returns COPYENGINE_S_* to indicate that the failure was handled, or
COPYENGINE_E_USERCANCELLED to cancel pending operations