Call a Property Put.
retcode = %CoPropertyPut (Param1, Param2, Param3, Param4, … )
Param1 [in] | Dispatch object containing the IDispatch this call is associated with. |
Param2 [in] | String - The put property name. |
Param3 [in] | Format string specifying the data types of arguments (0 if no arguments). |
Param4 [in] | Argument #1. |
A Boolean (Success or Fail)
Call CoGetException to get an error description.