Microsoft DirectX 9.0 SDK Update (October 2004)

Device.GetEffects Method

Language:

Note: This documentation is preliminary and is subject to change.

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 .NET Public Function GetEffects( _
    ByVal effType As EffectType _
) As EffectList
C# public EffectList GetEffects(
    EffectType effType
);
Managed C++ public: EffectList* GetEffects(
    EffectType effType
);
JScript .NET public function GetEffects(
    effType : EffectType
) : EffectList;

Parameters

effType Microsoft.DirectX.DirectInput.EffectType.

Return Value

Microsoft.DirectX.DirectInput.EffectList .


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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