Platform SDK: DirectX |
The DirectInputEnumEffects.GetDynamicParams method retrieves information about which effect parameters can be changed without stopping the effect, using the DirectInputEffect.SetParameters method.
object.GetDynamicParams(i As Long) As CONST_DIEPFLAGS
The method returns flags from the CONST_DIEPFLAGS enumeration specifying which parameters can be dynamically updated while the effect is playing.
If the method fails, it raises an error and Err.Number will be set.