I want to try read out the last known parent from USB devices in windows 10 with c#, which is visible in device manager -> device properties -> details. I googled a lot and found many solutions to get manufacturer etc., but I was not able to retrieve the wanted information. At Microsoft website I seen, that Win32Pnp Entity class only returns following: https://i.stack.imgur.com/DCAT7.png
Is there any another way to read the last known parent?
Thanks a lot