Data Structures | |
struct | USB_HOST_CONTROLLER |
struct | USB_HOST_CONTROLLERS |
Defines | |
#define | MAXUSBHOSTCONTROLLERS 10 |
#define | MAXUSBDEVICES 14 |
Max # of USB devices per host controller. | |
#define | USBSTRINGLEN 128 |
Functions | |
SYSINFO_API BOOL | SysInfoDll_GetUSBInfo (USB_HOST_CONTROLLERS *USBHostControllers) |
Call this function to retrieve the USB controller and device information. |
#define MAXUSBHOSTCONTROLLERS 10 |
#define MAXUSBDEVICES 14 |
Max # of USB devices per host controller.
#define USBSTRINGLEN 128 |
SYSINFO_API BOOL SysInfoDll_GetUSBInfo | ( | USB_HOST_CONTROLLERS * | USBHostControllers | ) |
Call this function to retrieve the USB controller and device information.
[out] | USBHostControllers | Pointer to a structure to store the USB controller information |