Microsoft DirectX 9.0

AMTimeline.AddGroup Method

The AddGroup method adds a group to the timeline.

Syntax

object.AddGroup(
    pGroup As AMTimelineObj
)

Parameters

pGroup

AMTimelineObj object that specifies the group.

Error Codes

If the method fails, an error is raised, and Err.Number can be set to one of the following values:

Value Description
E_INVALIDARG Maximum number of groups exceeded.
E_NOINTERFACE The object is not a group.

Remarks

Currently, timelines support a maximum of 32 groups.

See Also