Is there a device property for each device that is unique to that specific device instance only (such as a GUID or ID string)?
I would prefer a GUID but an ID string would be fine.
答案 0 :(得分:0)
Device Instance ID是单个系统中任何设备的唯一标识符(读取:只要已连接到设备)。
但是,由于您在谈论USB设备,因此即使USB设备提供了序列号且制造商保证该设备是唯一的设备实例ID,即使该设备实例ID已插入其他系统/机器,也可以使用该ID。该USB(VID,PID)对的序列号是唯一的。
有关类似问题here,请参见我的详细答案。