Device.GetEffects Method

Language:

Enumerates all the effects supported by the force-feedback system on the device. The enumerated GUIDs can represent predefined effects, as well as effects peculiar to the device manufacturer.

Definition

Visual Basic Public Function GetEffects( _
    ByVal effType As EffectType _
) As EffectList
C# public EffectList GetEffects(
    EffectType effType
);
C++ public:
EffectListGetEffects(
    EffectType effType
);
JScript public function GetEffects(
    effType : EffectType
) : EffectList;

Parameters

effType Microsoft.DirectX.DirectInput.EffectType

Return Value

Microsoft.DirectX.DirectInput.EffectList


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center