SetupDiEnumDeviceInterfaces() fail
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi,
I want to find the PID and VID of USB device using
SetupDiEnumDeviceInterfaces() and my USB device attached with the USB 2.0
adpater card. The SetupDiEnumDeviceInterfaces() always return fail. However,
it returns true if the same device attached with the motherboard's USB port.
The GUID I used was {A5DCBF10-6530-11D2-901F-00C04FB951ED}.
Anyone know what the problem is??
Many Thanks.
William
.
Relevant Pages
- SetupDiEnumDeviceInterfaces fail
... I want to find the PID and VID of USB device using ... SetupDiEnumDeviceInterfacesand my USB device attached with the USB 2.0 ... adpater card. ... The SetupDiEnumDeviceInterfaces() always return fail. ... (microsoft.public.dotnet.languages.vc) - Enumerating USB device
... I have a USB device that has 2 logical units. ... I used SetupDiEnumDeviceInterfacesfunc and I get just ... I used the DEVINTERFACE_VOLUME GUID for the SetupDiEnumDeviceInterfaces() ... (microsoft.public.development.device.drivers) - XP to 98 issues
... I am having an issue with some software we wrote on a WinXP machine. ... connects to a USB device, and on our XP machines everything works perfectly. ... We tried to install it on two different Win98 machines and got the same error: ... (microsoft.public.vb.general.discussion) - Re: Damn new hardware found....but what??
... Every USB device has a unique identifier called a VID. ... for a driver. ... Sound category for any Phantoms and remove those as well. ... (microsoft.public.windowsxp.general) - Re: basic USB infos about a device
... > scenario where I would necessarily know that the handle was related to a ... > USB device. ... Extracting the VID and PID from the HardwareID is rather crappy. ... (microsoft.public.development.device.drivers) |
|