Platform SDK: DirectX

DirectInputDeviceInstance.GetGuidProduct

The DirectInputDeviceInstance.GetGuidProduct method retrieves the manufacturer's unique identifier for the device.

object.GetGuidProduct() As String

Parameters

object
Object expression that resolves to a DirectInputDeviceInstance object.

Return Values

The method returns the GUID for the product, in string form. This identifier is established by the manufacturer of the device.

Error Codes

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

See Also

DirectInputDeviceInstance.GetGuidInstance, Using GUIDs