Microsoft DirectX 8.1 (Visual Basic)

DirectInputEnumEffects.GetDynamicParams

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

Parts

object
Resolves to a DirectInputEnumEffects object.
i
Index (1-based) of the effect in the collection.

Return Values

Returns flags from the CONST_DIEPFLAGS enumeration specifying which parameters can be dynamically updated while the effect is playing.

Error Codes

If the method fails, it raises an error and Err.Number is set.

See Also

DirectInputEffect.SetParameters