Data Structures | Defines | Functions

USB Controller and Device APIs

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 Documentation

#define MAXUSBHOSTCONTROLLERS   10
#define MAXUSBDEVICES   14

Max # of USB devices per host controller.

#define USBSTRINGLEN   128

Function Documentation

SYSINFO_API BOOL SysInfoDll_GetUSBInfo ( USB_HOST_CONTROLLERS USBHostControllers  ) 

Call this function to retrieve the USB controller and device information.

Parameters:
[out] USBHostControllers Pointer to a structure to store the USB controller information
Returns:
TRUE if successful, otherwise FALSE
 All Data Structures Files Functions Variables Enumerations Enumerator Defines