我正在尝试使用以下方式检测特定的 USB 智能卡读卡器:
public IntPtr HwndHandler(IntPtr hwnd, int msg, IntPtr wParam, IntPtr LParam, ref bool handled)
我在哪里可以知道班级 ID?
private const string USBClassID = "A5DCBF10-6530-11D2-901F-00C04FB951ED";
所有设备的所有类 ID 都相同吗?
我正在尝试使用以下方式检测特定的 USB 智能卡读卡器:
public IntPtr HwndHandler(IntPtr hwnd, int msg, IntPtr wParam, IntPtr LParam, ref bool handled)
我在哪里可以知道班级 ID?
private const string USBClassID = "A5DCBF10-6530-11D2-901F-00C04FB951ED";
所有设备的所有类 ID 都相同吗?