Back to Sealevel      

int SDL_DeviceCount ( SDL_HANDLE  handle  ) 

Returns the number of discovered SeaDAC Lite devices presently on the system.

Parameters:
[in] handle Valid handle returned by SDL_Initialize().
Return values:
>=0 Success. Number of found devices by previous call to SDL_SearchForDevices().
-1 Invalid SDL_Initialize handle.
-2 No devices have been found. Call SDL_SearchForDevices() first.

 
 
Generated on 18 Sep 2007.