company logo

PropertyHandle :: GetResultProperty - Get result property for property handle

Property handles based on access paths or transient references usually make a difference between the property handle and the property handle for the result. The function returns the result property handle, i.e. the property handle referring to the result calculated by the operation or set by the application.

Ordinary property handles just return a pointer to the same handle object, which is not necessarily the same property handle pointer. In order to check, whether the handles differ, one may call the Is() function.

Return value:  Pointer to property handle ( PropertyHandle * )

Is a pointer to an (usually) opened property handle.

Implementation details

PropertyHandle * PropertyHandle  :: GetResultProperty (  )