ITcComObject:TcSetObjectName method
The TcSetObjectName method sets the object name of the object to the given CHAR*.
Syntax
HRESULT TcSetObjectName( CHAR* objName )
Return value
If successful, S_OK ("0") or another positive value will be returned, cf. Return values. Extended messages refer in particular to the column HRESULT in ADS Return Codes.
Parameter
Name | Type | Description |
|---|---|---|
objName | CHAR* | The name to be set of the object. |