Call a Property Get.
retcode = %CoPropertyGet (Param1, Param2, Param3)
Param1 [in] | Dispatch object containing the IDispatch this call is associated with. |
Param2 [in] | String - The get property name. |
Param3 [out] | String buffer for the returned value of the property. |
A Boolean (Success or Fail)
Call CoGetException to get an error description.