Microsoft DirectX 8.1 (Visual Basic)

DirectInputDeviceInstance8.GetGuidProduct

Retrieves the manufacturer's unique identifier for the device.

object.GetGuidProduct() As String

Parts

object
Resolves to a DirectInputDeviceInstance8 object.

Return Values

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 is set.

See Also

DirectInputDeviceInstance8.GetGuidInstance, Using GUIDs