Microsoft DirectX 8.1 (C++)

AMTimelineObj.SetUserName Method

The AMTimelineObj.SetUserName method sets an application-defined name for the object.

Syntax

object.SetUserName(
    newVal As String
)

Parameters

newVal

String that contains the name. Strings longer than 256 characters might be truncated.

Error Codes

If the method fails, an error is raised.

See Also