FileEffect.EffectGuid Property (Microsoft.DirectX.DirectInput)
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
This property is read/write.