|
ObjectSetChanges the value of the specified object property.
Parameters object_name [in] Object name. index [in] Object property index. It can be any of object properties enumeration values. value [in] New value of the given property. Returned value If the function succeeds, the returned value will be true, otherwise it returns false. To get the detailed error information, one has to call the GetLastError() function. Example:
See also |