Microsoft DirectX 8.1 (Visual Basic)

DirectInputEffect.GetEffectGuid

Retrieves the GUID or GUID alias for the effect represented by the DirectInputEffect object.

object.GetEffectGuid() As String

Parts

object
Resolves to a DirectInputEffect object.

Return Values

Returns the GUID or alias that was passed to DirectInputDevice8.CreateEffect, such as "GUID_ConstantForce".

Error Codes

If the method fails, an error is raised and Err.Number is set.

See Also

Using GUIDs