Microsoft DirectX 8.1 (Visual Basic)

DirectInputEffect.GetEffectStatus

Retrieves the status of an effect.

object.GetEffectStatus() As Long

Parts

object
Resolves to a DirectInputEffect object.

Return Values

Returns status flags for the effect. The value may be zero, or one or more of the following constants of the CONST_DIEGESFLAGS enumeration.

DIEGES_PLAYING
The effect is playing.
DIEGES_EMULATED
The effect is emulated.

Error Codes

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