DeviceModel.addUsbVendorId Method

Module: DeviceModel

Definition

(C++) Adds a USB Vendor ID to the USB Vendor ID list for plug and play filtering.

int id3DevicesDeviceModel_AddUsbVendorId (
    ID3_DEVICES_DEVICE_MODEL hDeviceModel,
    int vendorId)

Parameters

in Handle to the DeviceModel object.

vendorId int
in The USB Vendor ID.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.