Microsoft DirectX 9.0 SDK Update (October 2004)

EffectObject.Start Method

Language:

Note: This documentation is preliminary and is subject to change.

Begins playing an effect. If the effect is already playing, it is restarted from the beginning. If the effect has not been downloaded or has been modified since its last download, it is downloaded before being started. This default behavior can be suppressed by passing the DIES_NODOWNLOAD flag.

Definition

Visual Basic .NET Public Sub Start( _
    ByVal iterations As Integer, _
    ByVal flags As EffectStartFlags _
)
C# public void Start(
    int iterations,
    EffectStartFlags flags
);
Managed C++ public: void Start(
    int iterations,
    EffectStartFlags flags
);
JScript .NET public function Start(
    iterations : int,
    flags : EffectStartFlags
);

Parameters

iterations System.Int32.
flags Microsoft.DirectX.DirectInput.EffectStartFlags.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center