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_WRONG_VALUE        : invalid value for idx, end of the loop
   MI_SER_ACCESS_ERR     : error during query

Generated from config_win32.c on Mon Mar 03 12:36:58 2008