Microsoft DirectX 8.1 (Visual Basic) |
Retrieves the GUID for the supported effect. This GUID can be passed to the DirectInputDevice8.CreateEffect method.
object.GetEffectGuid(i As Long) As String
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 is set.