Platform SDK: DirectX

DirectInputDeviceInstance.GetGuidFFDriver

The DirectInputDeviceInstance.GetGuidFFDriver method returns the unique identifier for the force-feedback driver.

object.GetGuidFFDriver() As String

Parameters

object
Object expression that resolves to a DirectInputDeviceInstance object.

Return Values

The method returns the GUID for the force feedback driver, in string form. This identifier is established by the manufacturer of the driver.

Error Codes

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

See Also

Using GUIDs