Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
122 views

I'm creating custom controller application for USB cameras. The application can be separated into 2 parts - HWDetector and Controller. First part is hardware detection, it detects connection/...
Brykyz's user avatar
  • 695
0 votes
0 answers
311 views

The code I tried to convert from a C# code to VB.Net code is attached. I was able to add the headers to a ListView. I couldn't get the DeviceID and Caption values. There is a loop inside the code. ...
Cihangir Can's user avatar
-1 votes
1 answer
2k views

I am trying to read device Information like Build.SERIAL and DeviceId with TelephonyManager. In Android 9 and below I was able to access all this information without any Issue. I am receiving ...
CrazyProgrammerThing's user avatar
5 votes
1 answer
5k views

I'm working on an MFC tool that check some driver information's of connected USB device such as location info, parent, hardware id, etc. I have got all other information i want but i'm stuck in ...
TiYan's user avatar
  • 125
10 votes
3 answers
22k views

I'm trying to identify a USB device uniquely on a Windows system. Since serial number is optional (and empty on most devices), I'm looking at the Instance ID. The field that is like USB\VID_03F0&...
Tom's user avatar
  • 2,923
13 votes
5 answers
18k views

What should I do that for changing or requesting the token in firebase? the unique token generated by firebase on the basis of device information.
PRAVEEN's user avatar
  • 5,895
6 votes
3 answers
5k views

I have two USB device IDs, e.g. USB\VID_E4F1&PID_0661\00000115FA9CE7750000000000000000 and USB\VID_E4F1&PID_0661&MI_00\7&B5A5DDF&0&0000 How to verify device #2 is a direct ...
Soonts's user avatar
  • 22.3k
3 votes
1 answer
4k views

I'm enumerating device manager tree using the CM_Locate_DevNode(), CM_Get_Child() and CM_Get_DevNode_Registry_Property() APIs. I'm able to get the device instance handle. Using that handle I'm trying ...
Mankutimma's user avatar
5 votes
2 answers
4k views

I get an device instance path like L"\\\\?\\USB#VID_0403&PID_6001#6&2cc2d230&0&2#{219d0508-57a8-4ff5-97a1-bd86587c6c7e}" from IWDFRemoteInterfaceInitialize::RetrieveSymbolicLink. But ...
chendral's user avatar
  • 684
1 vote
2 answers
3k views

I am developing a C# windows application using .NET Framework v3.5. Every USB device should have a unique instance id that distinguishes a it from other devices of the same type on a computer. In ...
user844541's user avatar
  • 2,988
11 votes
4 answers
18k views

I've registered a window with RegisterDeviceNotification and can successfully recieve DEV_BROADCAST_DEVICEINTERFACE messages. However, the dbcc_name field in the returned struct is always empty. The ...
snicker's user avatar
  • 6,188