Microsoft DirectX 9.0

AMTimelineObj.SetUserName Method

The 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