Need Help Detecting If System Has USB Ports
-
Hi All, searched high 'n low, and can't find a function/or where to look, to see if a system has usb ports installed. don't need to know what the devices are, just if the motherboard has a usb port. needs to be c/c++, no wmi, function must be compatible with w98/w2k/xp any help or advice appreciated
-
Hi All, searched high 'n low, and can't find a function/or where to look, to see if a system has usb ports installed. don't need to know what the devices are, just if the motherboard has a usb port. needs to be c/c++, no wmi, function must be compatible with w98/w2k/xp any help or advice appreciated
You might try the
Win32_USBController
andWin32_USBControllerDevice
WMI classes.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
You might try the
Win32_USBController
andWin32_USBControllerDevice
WMI classes.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
Hi David, thanks for he info, but i can't use WMI, gonna make the app too fat for its purpose with com and all the other stuff. plus the app needs to run and detect on w98 systems, which WMI is not activated by default, and the end users are not bright enough to start hacking the registry. any way with using WMI ?? thanks again
-
Hi David, thanks for he info, but i can't use WMI, gonna make the app too fat for its purpose with com and all the other stuff. plus the app needs to run and detect on w98 systems, which WMI is not activated by default, and the end users are not bright enough to start hacking the registry. any way with using WMI ?? thanks again