ObjSetNameΒΆ

ObjSetName sets the name of an object.

bool = ObjSetName(handle, ssName)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

handle

handle is the handle of an object.

ssName

ssName is the name of an object.

id-463951