EffectObject.EffectObject Constructor

Language:

Initializes a new instance of the object.

Definition

Visual Basic Public Sub New( _
    ByVal eff As Guid, _
    ByVal dev As Device _
)
C# public EffectObject(
    Guid eff,
    Device dev
);
C++ public:
 EffectObject(
    Guid eff,
    Devicedev
);
JScript public function EffectObject(
    eff : Guid,
    dev : Device
);

Parameters

eff System.Guid
dev Microsoft.DirectX.DirectInput.Device

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