Platform SDK: DirectX |
The DirectInputEnumEffects.GetEffectGuid method retrieves the GUID for the supported effect. This GUID can be passed to the DirectInputDevice.CreateEffect method.
object.GetEffectGuid(i As Long) As String
The method returns the GUID in string form. For standard effects, the return value is an alias such as "GUID_ConstantForce".
If the method fails, it raises an error and Err.Number will be set.