Microsoft DirectX 8.1 (Visual Basic)

CONST_DIESFLAGS

Used in the flags parameter of DirectInputEffect.Start to control behavior of force-feedback effect playback.

Enum CONST_DIESFLAGS
    DIES_NODOWNLOAD = -2147483648 (&H80000000)
    DIES_SOLO       =           1 
End Enum

Constants

DIES_NODOWNLOAD
Do not automatically download the effect.
DIES_SOLO
Stop all other effects before playing this effect. If this flag is omitted, the effect is mixed with effects already playing on the device.