TABLE OF CONTENTS

 

[Functions] SPROX_EnumUSBDevices

NAME

   SPROX_EnumUSBDevices

DESCRIPTION

   Used to enumerate available USB devices that are supported by the SpringProx library
   (WIN32 with USB support only)

INPUTS

   DWORD idx             : index of the device to query
   TCHAR device[64]      : buffer to receive the device identifier (mandatory)
   TCHAR description[64] : buffer to receive the device descriptor (optional)

RETURNS

   MI_OK                 : success, device (and description) have been provided
   MI_LIB_CALL_ERROR     : invalid value for idx, end of the loop
   MI_SER_ACCESS_ERR     : error during query

Generated from sprox_ftdi_win.c on Mon Jan 30 14:25:24 2012