FileEffect.EffectGuid Property

Language:

Unique identifier of the effect type. This can be one of the standard GUIDs defined in Dinput.h, such as GUID_ConstantForce, or one created by the designer.

Definition

Visual Basic Public Property EffectGuid As Guid
C# public Guid EffectGuid { get; set; }
C++ public:
property Guid EffectGuid {
        Guid get();
        void set(Guid value);
}
JScript public function get EffectGuid() : Guid
public function set EffectGuid(Guid);

Property Value

System.Guid

This property is read/write. 

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