Share via


EffectInformation.DynamicParams Property (Microsoft.DirectX.DirectInput)

Zero or more DIEP_* values denoting parameters of the effect that can be modified while the effect is playing. For a list of possible values, see InputeffectGetparameters. If an application attempts to change a parameter while the effect is playing and the driver does not support modifying that effect dynamically, the driver is permitted to stop the effect, update the parameters, then restart it. For more information, see InputeffectSetparameters.

Definition

Visual Basic Public Property DynamicParams As Integer
C# public int DynamicParams { get; set; }
C++ public:
property int DynamicParams {
        int get();
        void set(int value);
}
JScript public function get DynamicParams() : int
public function set DynamicParams(int);

Property Value

System.Int32

This property is read/write.