Microsoft DirectX 8.1 (C++)

IAMTimelineEffectable.GetEffect Method

The IAMTimelineEffectable.GetEffect method retrieves the effect at the specified priority level.

Syntax

object.GetEffect(
    ppFx As AMTimelineObj,
    Which As Long
)

Parameters

ppFX

The AMTimelineObj object that receives the effect.

Which

Priority level of the effect to retrieve.

Error Codes

If the method fails, an error is raised.

See Also